pantry/projects/mesonbuild.com/test.c

5 lines
37 B
C
Raw Normal View History

2022-08-10 21:58:22 +03:00
main() {
puts("hi");
return 0;
}