piston/tests/test.cpp

7 lines
76 B
C++
Raw Normal View History

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