From faa13839f898c60ff5618be6e916ad2e60958468 Mon Sep 17 00:00:00 2001 From: nil0j Date: Sat, 21 Sep 2024 10:17:23 +0200 Subject: init --- rust/src/main.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust/src/main.rs (limited to 'rust/src/main.rs') diff --git a/rust/src/main.rs b/rust/src/main.rs new file mode 100644 index 0000000..486aa6f --- /dev/null +++ b/rust/src/main.rs @@ -0,0 +1,5 @@ +mod structs; + +fn main() { + println!("Hello, world!"); +} -- cgit v1.2.3