Initial commit

Signed-off-by: Louis Hollingworth <louis@hollingworth.nl>
This commit is contained in:
Louis Hollingworth 2023-12-03 16:11:50 +00:00
commit 4362601b5a
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
7 changed files with 3333 additions and 0 deletions

4
src/main.rs Normal file
View file

@ -0,0 +1,4 @@
fn main() {
tracing_subscriber::fmt::init();
println!("Hello, world!");
}