Initial repo files + .idea files

This commit is contained in:
Marta Borgia Leiva 2024-12-15 17:45:30 +01:00
parent 1871967d46
commit d5261cad8f
No known key found for this signature in database
GPG key ID: 66835B73EC3C3303
7 changed files with 51 additions and 1 deletions

3
src/main.rs Normal file
View file

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