mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
|
|
function f() {
|
||
|
|
return 1;
|
||
|
|
return 2;
|
||
|
|
}
|