pantry/projects/mesonbuild.com/test.c
2022-08-10 14:58:22 -04:00

5 lines
37 B
C

main() {
puts("hi");
return 0;
}