aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello.rs
diff options
context:
space:
mode:
authorZachary Dremann <dremann@gmail.com>2014-06-09 08:51:54 -0400
committerZachary Dremann <dremann@gmail.com>2014-06-09 08:51:54 -0400
commitb4643e1d1ec8f447d36f3794f3a051a64a090d16 (patch)
tree4eeb01e94dd417eb0372d1480f370a6a38497282 /examples/hello.rs
parent4098f06294a2a9c40f4183e9e2ce291550cb69fd (diff)
downloadrusty-irc-b4643e1d1ec8f447d36f3794f3a051a64a090d16.tar.gz
rusty-irc-b4643e1d1ec8f447d36f3794f3a051a64a090d16.zip
Using rust-empty for structure
Diffstat (limited to 'examples/hello.rs')
-rw-r--r--examples/hello.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/hello.rs b/examples/hello.rs
new file mode 100644
index 0000000..6f8dfa1
--- /dev/null
+++ b/examples/hello.rs
@@ -0,0 +1,4 @@
+fn main() {
+ println!("Hello!");
+}
+