mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
|
|
let math = load("/ext/apps/Scripts/api.js");
|
||
|
|
let result = math.add(5, 10);
|
||
|
|
print(result);
|