summaryrefslogtreecommitdiffstats
path: root/sample_files/hare_1.ha
diff options
context:
space:
mode:
Diffstat (limited to 'sample_files/hare_1.ha')
-rw-r--r--sample_files/hare_1.ha5
1 files changed, 5 insertions, 0 deletions
diff --git a/sample_files/hare_1.ha b/sample_files/hare_1.ha
new file mode 100644
index 000000000..4e405892b
--- /dev/null
+++ b/sample_files/hare_1.ha
@@ -0,0 +1,5 @@
+use fmt;
+
+export fn main() void = {
+ fmt::println("Hello, world!");
+};