mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 04:23:24 -04:00
6 lines
66 B
C
6 lines
66 B
C
#include <stdio.h>
|
|
|
|
void hello(){
|
|
printf("Hello world!\n");
|
|
}
|