
This reverts commit f8707f994af2582f6dc58190106946efeb43bf05. (cherry picked from commit 7a9bef0166951a61bc7094514a20471ae45f6090)
7 lines
100 B
C++
7 lines
100 B
C++
#include "stdio.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
printf("hello world\n");
|
|
return 0;
|
|
}
|