microsa/main.cpp

7 lines
83 B
C++
Raw Normal View History

2023-08-22 23:24:17 +08:00
#include <stdio.h>
int main(int, char**) {
printf("hello\n");
return 0;
}