Joshua Focht

Results 1 issues of Joshua Focht

When using erlang.get_line() and you press backspace it deletes the last word not the last character. Here is my code: ```gleam import gleam/io import gleam/string import gleam/erlang pub fn main()...