Move binary crate into 'bin' folder

This commit is contained in:
Bruno BELANYI 2024-03-28 20:31:45 +00:00
parent 3677040e03
commit 44eb79f35b

3
src/bin/seer.rs Normal file
View file

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