mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
4 lines
38 B
C
4 lines
38 B
C
|
|
int f();
|
||
|
|
int main() {
|
||
|
|
return f();
|
||
|
|
}
|