cminus/data/test1.c

4 lines
42 B
C
Raw Normal View History

2023-04-10 11:17:11 -04:00
void main() {
println("Hello world");
}