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