This commit is contained in:
Pcornat 2022-02-09 22:20:51 +01:00
commit 4e38c264a5
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
5 changed files with 153 additions and 0 deletions

3
src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}