piston/lxc/tests/c.c
2021-01-22 02:31:48 -06:00

5 lines
62 B
C

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