Move binary crate into 'bin' folder

This commit is contained in:
Bruno BELANYI 2022-07-15 21:32:39 +02:00
parent 36656a6a40
commit 2c36ee266d

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

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