diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.test b/test/test.test index 24059ca..e39eae6 100644 --- a/test/test.test +++ b/test/test.test @@ -32,5 +32,5 @@ for (map) |key, value| { ply = key; } -std.str.format('cool %s', string) - |> print($); +main() |> print($); +main() |> main2($) |> print($); |