Convert bin to lib

This commit is contained in:
Bojan Serafimov
2022-08-18 12:41:46 -04:00
parent 7bff7c4014
commit 3e0b57e766
2 changed files with 1 additions and 5 deletions

View File

@@ -0,0 +1 @@
mod basic;

View File

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