fastsa/main.cpp

7 lines
83 B
C++

#include <stdio.h>
int main(int, char**) {
printf("hello\n");
return 0;
}