This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
2bcd133edf
piston
/
lxc
/
tests
/
test.cpp
7 lines
76 B
C++
Raw
Normal View
History
Unescape
Escape
added a version of piston which uses lxc instead of docker, added tests for lxc
2018-10-22 23:38:52 +02:00
#
include
<iostream>
int
main
(
void
)
{
printf
(
"
good
\n
"
)
;
Change return code to 0
2020-06-18 20:38:33 +02:00
return
0
;
added a version of piston which uses lxc instead of docker, added tests for lxc
2018-10-22 23:38:52 +02:00
}