https://github.com/morphx666/10print
10 PRINT CHR$(205.5+RND(1));:GOTO 10
https://github.com/morphx666/10print
10print vbnet
Last synced: 3 months ago
JSON representation
10 PRINT CHR$(205.5+RND(1));:GOTO 10
- Host: GitHub
- URL: https://github.com/morphx666/10print
- Owner: morphx666
- License: mit
- Created: 2017-09-27T03:22:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T23:18:19.000Z (over 6 years ago)
- Last Synced: 2025-12-20T07:36:20.784Z (6 months ago)
- Topics: 10print, vbnet
- Language: Visual Basic .NET
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 10PRINT
10 PRINT CHR$(205.5+RND(1));:GOTO 10

An implementation of the famous [10 PRINT](https://10print.org/) one-liner for the Commodore 64, based on the ([Coding Challenge #76](https://www.youtube.com/watch?v=bEyTZ5ZZxZs)) from [The Coding Train](https://www.youtube.com/user/shiffman) by [Daniel Shiffman](http://shiffman.net/).