piston/lxc/tests/test.cpp
2020-06-08 20:54:21 -05:00

6 lines
76 B
C++

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