0
0

📝 echo command now creates a new line each time

This commit is contained in:
DrMaxNix 2022-10-01 21:03:29 +02:00
parent f5e25dfc8d
commit 28b2f65f9b

View File

@ -22,5 +22,14 @@ if $q < 10
```
```asm
0123456789
0
1
2
3
4
5
6
7
8
9
```