1
0
Fork 0
psychic-wallhack/main.c

8 lines
99 B
C

#include <stdio.h>
int main(int argc, const char **argv)
{
puts("hello, world!");
return 0;
}