From def8adfcb9a9572f4e030990626a0d08377118bd Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 24 Jun 2023 21:11:44 -0500 Subject: hehehaha --- examples/hello.sloth | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/hello.sloth') diff --git a/examples/hello.sloth b/examples/hello.sloth index 8b395e8..a955e66 100644 --- a/examples/hello.sloth +++ b/examples/hello.sloth @@ -1,3 +1,5 @@ +foreign fn example(arg: Int) Void; + fn main() { var i: Int = 10; var j: Int = 1.0 - 1; -- cgit v1.2.3