mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 20:43:12 -04:00
7 lines
80 B
C
7 lines
80 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello, world!\n");
|
|
return 0;
|
|
}
|