PaperTrader/sandbox/main.c

8 lines
72 B
C
Executable File

#include <stdio.h>
int main()
{
printf("Khello worled");
return 0;
}