This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Julia Evans
b0rk.jvns.ca
did:plc:nzrozayxq764zbgl4qtp5ald
also a couple of people pointed out that
- in Rust, `println!` flushes output but `print!` doesn't
- in C++, `<< endl` flushes output but printing a newline doesn't
so even if "normally" the output is flushed you can still get into situations where output isn't flushed
2024-11-27T18:47:13.359Z