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