mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
* lib: mjs: removed relocation flags * js: fixed api example script * js: private api cleanup * Updated CODEOWNERS & readme for apps
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); |