fix example_1.slg

This commit is contained in:
Theis Pieter Hollebeek 2024-12-16 15:12:16 +01:00
parent 4d95ec3064
commit fcec80a029

View File

@ -1,4 +1,4 @@
fn print(msg: string) #[builtin(print)] {} fn print(msg: string) #[builtin(Print)] {}
fn sum(a: int, b: int) -> int { fn sum(a: int, b: int) -> int {
a + b a + b