master
Andreas Gysin 2023-01-31 23:19:52 +01:00
rodzic 5f35e06715
commit a1032d1fee
1 zmienionych plików z 0 dodań i 20 usunięć

Wyświetl plik

@ -1,20 +0,0 @@
/**
[header]
@author ertdfgcvb
@title C64
@desc 10 PRINT CHR$(205.5+RND(1)); : GOTO 10
See also:
https://10print.org
*/
// Run the program only once
export const settings = {
once : true
}
export function main() {
// Also try: ╩ ╦ or ▄ ░
// or any combination from
// https://play.ertdfgcvb.xyz/abc.html#font:characterset
return Math.random() < 0.5 ? '' : '╲'
}