Files
ports/tests/hello.c
2026-01-02 22:06:38 +03:00

9 lines
89 B
C

#include <stdio.h>
int
main ()
{
puts ("I: Hello KolibriOS from GCC!");
return 0;
}