Arseniy Korobenko
Results
2
issues of
Arseniy Korobenko
Code: ```gleam import gleam/io pub fn main() { // prints Nil io.debug(foo(10)) // prints Nil io.debug({10 {11 12}}) // prints 10 io.debug({ 10 10 }) } fn foo(a) -> Int...
bug
priority:high
This project looks nice! I had a couple issues with the website though: 1. On the official website, when I click the button to switch from Canvas to HTML renderer,...
bug