diff options
author | mRnea <akannemre@gmail.com> | 2024-08-22 00:24:19 +0300 |
---|---|---|
committer | mRnea <akannemre@gmail.com> | 2024-08-22 00:24:19 +0300 |
commit | 4c8409da359cf0da14214ccc939c10ac759f76a5 (patch) | |
tree | b9af87c1a47a401503992b280b5253d00957ceb6 /test/print.kurt | |
parent | 4367febcd70e9bb7538cd168917ec3c7d3b0a6f3 (diff) |
added new examples
Diffstat (limited to 'test/print.kurt')
-rw-r--r-- | test/print.kurt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/print.kurt b/test/print.kurt new file mode 100644 index 0000000..f82f7a4 --- /dev/null +++ b/test/print.kurt @@ -0,0 +1,6 @@ +;; test +;; (format nil "Merhaba Dunya!~%") + +kütüphane "std.kurt" + +stdout "Merhaba Dunya!\n" write
\ No newline at end of file |