forked from KolibriOS/kolibrios
7 lines
47 B
C
7 lines
47 B
C
|
int main()
|
||
|
{
|
||
|
printf("hello");
|
||
|
return 0;
|
||
|
}
|
||
|
|