Add xor-feet demo

This commit is contained in:
John Lorentzson 2025-07-29 17:05:07 +02:00
parent bf16fe3a6c
commit df3ef46afd

10
editor/xor-feet.c6l Normal file
View file

@ -0,0 +1,10 @@
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