first commit

main
Gandalf 2023-05-01 18:06:56 +02:00
parent 4cac46e54a
commit 527ae6433c
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

3
src/main.rs Normal file
View File

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