micetools/src/micetools/micetest/main.c

7 lines
74 B
C
Raw Normal View History

2022-07-02 15:07:54 +00:00
#include "stdio.h"
int main() {
puts("Hello world");
return 0;
}