1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-08-28 15:40:03 +02:00
piston/lxc/tests/cpp.cpp
2021-01-22 02:31:48 -06:00

6 lines
76 B
C++

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