mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
6 lines
No EOL
71 B
C++
6 lines
No EOL
71 B
C++
#include <iostream>
|
|
|
|
int main(void) {
|
|
printf("OK");
|
|
return 0;
|
|
} |