mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 12:30:53 -04:00
7 lines
47 B
C
Executable File
7 lines
47 B
C
Executable File
int main()
|
|
{
|
|
printf("hello");
|
|
return 0;
|
|
}
|
|
|