mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
5 lines
50 B
C++
5 lines
50 B
C++
extern int foo();
|
|
|
|
int main() {
|
|
return foo();
|
|
}
|