diff --git a/samples/scratchpad.psy b/samples/scratchpad.psy index df3499b..7ef03d0 100644 --- a/samples/scratchpad.psy +++ b/samples/scratchpad.psy @@ -22,4 +22,7 @@ print :: () -> u0 { set_linkage_type(executable); set_output_name("scratchpad"); -} \ No newline at end of file + use_stdlib(true); +} + +// \ No newline at end of file