diff options
| author | Yuval Adam <_@yuv.al> | 2017-01-12 18:39:57 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-01-12 18:41:33 +0200 |
| commit | 635d2f948b6ba631adf3bbcec58f68290bb3bd02 (patch) | |
| tree | fda4d67ff04e24a606f57546d8ed7cbedf2ca305 /hello/src | |
| parent | 508ec7cbe3bd880ba6b86d9d8b1bde5f1bd7fe3c (diff) | |
Cargoize hello
Diffstat (limited to 'hello/src')
| -rw-r--r-- | hello/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hello/src/main.rs b/hello/src/main.rs new file mode 100644 index 0000000..bcb94c2 --- /dev/null +++ b/hello/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world"); +} |
