nuttx/js/hello.js

4 lines
49 B
JavaScript

while (true) {
console.log('Hello world');
}