micetools/src/micetools/micetest/main.c

7 lines
74 B
C

#include "stdio.h"
int main() {
puts("Hello world");
return 0;
}