rust-static-binary-example/src/main.rs

4 lines
45 B
Rust
Raw Permalink Normal View History

2020-02-07 10:11:23 -06:00
fn main() {
println!("Hello, world!");
}