1
0
Fork 0
This commit is contained in:
Pcornat 2022-12-01 20:40:58 +01:00
commit 70d09f4f08
Signed by: Pcornat
GPG key ID: 2F3932FF46D9ECA0
4 changed files with 19 additions and 0 deletions

3
src/main.rs Normal file
View file

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