vello/examples/headless/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2023-02-07 23:52:22 +11:00
fn main() {
println!("Hello, world!");
}