1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-01-13 00:21:50 +00:00
This commit is contained in:
Sebastian Bergmann
2019-08-30 12:12:21 +02:00
parent cf78f907ae
commit f90156bf78
3 changed files with 10 additions and 8 deletions

9
test/hello.c Normal file
View File

@ -0,0 +1,9 @@
#include <stdio.h>
int main()
{
printf("Hello world!\n");
return(0);
}