Files
2015-09-08 10:28:55 +02:00

7 lines
100 B
C

#include <proto/dos.h>
int main(int argc, char **argv) {
PutStr("Hello world!\n");
return 0;
}