1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-03 18:56:52 +00:00
Files
docker-amiga-gcc-vamos/test/hello.c
Sebastian Bergmann f90156bf78 Simplify
2019-08-30 12:12:21 +02:00

10 lines
82 B
C

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