mirror of
https://github.com/sebastianbergmann/docker-amiga-gcc.git
synced 2026-05-03 18:56:52 +00:00
10 lines
82 B
C
10 lines
82 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("Hello world!\n");
|
|
|
|
return(0);
|
|
}
|
|
|