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

5 lines
62 B
C

#include <stdio.h>
void main(void) {
printf("good\n");
}