nuttx/js/hello.js

4 lines
49 B
JavaScript
Raw Normal View History

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