mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-07 20:31:20 +08:00

* Remove multiple newlines at the end of file * Remove the white space from the end of line
2 lines
34 B
QBasic
2 lines
34 B
QBasic
for i=1 to 10:print i;:next i:end
|