piston/lxc/tests/test.cpp
2020-06-18 20:38:33 +02:00

6 lines
76 B
C++

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