mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-09-10 20:43:12 -04:00
5 lines
41 B
C
5 lines
41 B
C
int f();
|
|
|
|
int main() {
|
|
return f();
|
|
} |