1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 18:06:27 +02:00
piston/packages/gcc/10.2.0/test.cpp
2021-03-13 23:12:50 +13:00

6 lines
No EOL
71 B
C++

#include <iostream>
int main(void) {
printf("OK");
return 0;
}