mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-02 01:46:28 +02:00
6 lines
76 B
C++
6 lines
76 B
C++
#include <iostream>
|
|
|
|
int main(void) {
|
|
printf("good\n");
|
|
return 1;
|
|
}
|