Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
3
Task/Draw-a-pixel/Frink/draw-a-pixel.frink
Normal file
3
Task/Draw-a-pixel/Frink/draw-a-pixel.frink
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
i = new image[320,240]
|
||||
i.setPixel[100,100,1,0,0]
|
||||
i.show[]
|
||||
2
Task/Draw-a-pixel/Uiua/draw-a-pixel.uiua
Normal file
2
Task/Draw-a-pixel/Uiua/draw-a-pixel.uiua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
↯240_320_3 0
|
||||
⍜(⊡[100 100]|[1 0 0]◌)
|
||||
Loading…
Add table
Add a link
Reference in a new issue