diff options
Diffstat (limited to 'rust/src/main.rs')
-rw-r--r-- | rust/src/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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!"); +} |