From 0155282b940791eed9ed058d14673a45a17cbecd Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Mon, 27 Oct 2025 23:56:54 -0400 Subject: lang instead of a.out --- test.lang | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test.lang') diff --git a/test.lang b/test.lang index e57f630..11f09d3 100644 --- a/test.lang +++ b/test.lang @@ -1,3 +1,7 @@ +func square(x i64) i64 { + return x * x +} + func main(a, b i64) i64 { if a < b { let t = a -- cgit v1.2.3