diff options
author | tilpner | 2018-09-25 15:58:57 +0200 |
---|---|---|
committer | tilpner | 2018-09-25 15:58:57 +0200 |
commit | 040ec873821d23e168a59b7ee21697fe0af5bb4c (patch) | |
tree | 1c720f0a4c54ba76799ecfa3716821f7e95950e4 /hello/src/main.rs | |
download | carnix-cross-040ec873821d23e168a59b7ee21697fe0af5bb4c.tar.gz carnix-cross-040ec873821d23e168a59b7ee21697fe0af5bb4c.tar.xz carnix-cross-040ec873821d23e168a59b7ee21697fe0af5bb4c.zip |
Initial commit
Diffstat (limited to 'hello/src/main.rs')
-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..e7a11a9 --- /dev/null +++ b/hello/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} |