10 lines
147 B
Text
10 lines
147 B
Text
if first() then
|
|
clear_screen()
|
|
end
|
|
|
|
for y do 200 times
|
|
x = time()
|
|
if bitxor(x, y) <= x then
|
|
pixel_draw(x, 200 - y)
|
|
end
|
|
end
|