diff options
Diffstat (limited to 'examples/simple.halk')
-rw-r--r-- | examples/simple.halk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple.halk b/examples/simple.halk index a46b51f..e88416b 100644 --- a/examples/simple.halk +++ b/examples/simple.halk @@ -1 +1 @@ -let.variable -> "Hi"; +str:variable = "Hi."; |