1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 01:46:28 +02:00
piston/tests/test.cpp

6 lines
76 B
C++

#include <iostream>
int main(void) {
printf("good\n");
return 1;
}