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

* Remove multiple newlines at the end of file * Remove the white space from the end of line
8 lines
84 B
QBasic
8 lines
84 B
QBasic
10 print 10
|
|
20 print 20
|
|
30 print 30
|
|
40 print 40
|
|
50 print 50
|
|
60 print 60
|
|
70 print 70
|