Creator's Comments:
3 Reviews:
29th_letter
needle = do
c1 <- genCorner
p1 <- genPlane
c2 <- genCornerWithPos (pos c1 + (32,32))
return (c1,c2,p1)
All monad memes aside, the link isn't working :(
[2] Likes
c1 <- genCorner
p1 <- genPlane
c2 <- genCornerWithPos (pos c1 + (32,32))
return (c1,c2,p1)
All monad memes aside, the link isn't working :(
Rating: N/A
Difficulty: N/A
Aug 1, 2022