Initial Commit
This commit is contained in:
5
hare/Makefile
Normal file
5
hare/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
all:
|
||||
hare build -o ssg ssg.ha #-lmd4c -lmd4c-html -O2 -Wall -o ssg
|
||||
|
||||
run: all
|
||||
./ssg
|
||||
5
hare/ssg.ha
Normal file
5
hare/ssg.ha
Normal file
@@ -0,0 +1,5 @@
|
||||
use fmt;
|
||||
|
||||
export fn main() void = {
|
||||
fmt::println("Hello world!")!;
|
||||
};
|
||||
Reference in New Issue
Block a user