diff options
author | nil0j <nil.jimeno@estudiant.fjaverianas.com> | 2024-09-21 10:17:23 +0200 |
---|---|---|
committer | nil0j <nil.jimeno@estudiant.fjaverianas.com> | 2024-09-21 10:17:23 +0200 |
commit | faa13839f898c60ff5618be6e916ad2e60958468 (patch) | |
tree | d785b9e7c66d092c0e5fbc296382289f39fea501 /rust/src/main.rs |
init
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!"); +} |