mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-08 23:00:20 +00:00
3 lines
94 B
JavaScript
3 lines
94 B
JavaScript
|
let math = load("/ext/apps/Scripts/load_api.js");
|
||
|
let result = math.add(5, 10);
|
||
|
print(result);
|