Compare commits

..

No commits in common. "cb683086da525523798b6470f1ac4ebf5b84eee6" and "50bb44978469c85b92525c7fa4bbb28189b020e5" have entirely different histories.

3 changed files with 0 additions and 14 deletions

5
.gitignore vendored
View File

@ -20,8 +20,3 @@ Cargo.lock
# and can be added to the global gitignore or merged into this file. For a more nuclear # and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Added by cargo
/target

View File

@ -1,6 +0,0 @@
[package]
name = "rush"
version = "0.1.0"
edition = "2024"
[dependencies]

View File

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