This commit is contained in:
Jan Gleytenhoover 2024-07-19 14:37:17 +02:00
commit a256e23d55
2 changed files with 9 additions and 0 deletions

6
Cargo.toml Normal file

@ -0,0 +1,6 @@
[package]
name = "origin-shift"
version = "0.1.0"
edition = "2021"
[dependencies]

3
src/main.rs Normal file

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