did stuff

This commit is contained in:
Schrottkatze 2022-10-10 20:36:25 +02:00
parent 7748132fca
commit c4ebaa35be
4 changed files with 42 additions and 26 deletions

View file

@ -41,6 +41,7 @@ fn main() {
let stdin = stdin();
loop {
// TODO: Unify with macro_writer using trait objects
let mut line = String::new();
stdin
.read_line(&mut line)