mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-25 22:32:29 +03:00
c8e62ba5e8
* 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); |