mirror of
https://github.com/sebastianbergmann/docker-amiga-gcc.git
synced 2026-01-13 00:21:50 +00:00
Simplify
This commit is contained in:
9
test/hello.c
Normal file
9
test/hello.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello world!\n");
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user