mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
49ebc2ac8a
* add libarchive * see if our segfault is PIC related --------- Co-authored-by: Jacob Heider <jacob@tea.xyz>
5 lines
75 B
C
5 lines
75 B
C
#include <stdio.h>
|
|
int main() {
|
|
printf("Hello World!");
|
|
return 0;
|
|
} |