Mastodon Feed: Post

Mastodon Feed

jeffsonstein ("Jeff Sonstein") wrote:

huh, that seems a bit... slow

#LearningRust

----- snip -----
% cat main.rs
fn main() {
println!("Hello, world!");
}
% cargo run
Compiling hello v0.1.0 (/Users/jeffs/Development/Rust/hello)
Finished dev [unoptimized + debuginfo] target(s) in 6.83s
Running `/Users/jeffs/Development/Rust/hello/target/debug/hello`
Hello, world!