Files
SnakeAppleSecurityFiles/III. Checksec/custom/hello.c
Karmaz95 dec6d69edc
2024-01-06 22:06:00 +01:00

6 lines
79 B
C

#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}