Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mad4j authored Dec 16, 2023
1 parent 9f96324 commit 60a75ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,12 @@ SYS 64738
10 POKE 53270,200+RND(1)*8 : GOTO 10
```

#### Little Magic
```bas
10 X=RND(-42): FOR I=1 TO 5: PRINT CHR$(RND(1)*26+65);: NEXT
```
output: DECKS




0 comments on commit 60a75ee

Please sign in to comment.