docker-amiga-gcc-vamos/test/hello.c

10 lines
82 B
C

#include <stdio.h>
int main()
{
printf("Hello world!\n");
return(0);
}