diff options
author | Santo Cariotti <santo@dcariotti.me> | 2020-11-23 23:58:21 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2020-11-23 23:58:21 +0100 |
commit | 2985beeb2754944b7dcc97762638e07a47822818 (patch) | |
tree | 12173a7dd8ba4a506aa86fca544a5aec95833b25 /src |
init
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |