mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +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);
|