mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
println("Hello, Personal Information Processor!")
|
|
|
|
while (1) {
|
|
for (let i = 0; i <= 160*140; i++) {
|
|
sys.poke(-1048576 - i, Math.round(Math.random()*15));
|
|
}
|
|
} |