Files
BinexProject/vuln.c
2024-01-05 17:40:12 +01:00

7 lines
80 B
C

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