1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
compose-updater/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2020-10-05 14:36:41 +01:00
fn main() {
println!("Hello, world!");
}