Merge : Cargo Init command + jetbrains .idea folder gitignore

This commit is contained in:
Neshura 2024-01-11 11:41:04 +01:00
parent 5bc263d151
commit f72076057a
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 20 additions and 0 deletions

3
src/main.rs Normal file
View file

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