diff options
| -rw-r--r-- | hello/hello.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hello/hello.rs b/hello/hello.rs new file mode 100644 index 0000000..bcb94c2 --- /dev/null +++ b/hello/hello.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world"); +} |
