shake/test/hw.c
2023-07-11 13:49:13 +02:00

7 lines
89 B
C

// @COMPILECMD gcc $@ -o hw.out
#include <stdio.h>
void main(){
puts("Hello world");
}