diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2022-09-22 22:29:38 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-05 14:21:51 +0200 |
| commit | 12ac2354ffca7a221cb4535354eb86907bfceea7 (patch) | |
| tree | e91d72e94313b3efb36e08cfa1b8eaff77a4ba86 /examples/test.lisp | |
| parent | 1ce7af69533658ec88971a1c53eb4a158bb66e48 (diff) | |
Initial commit
Diffstat (limited to 'examples/test.lisp')
| -rw-r--r-- | examples/test.lisp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/test.lisp b/examples/test.lisp new file mode 100644 index 0000000..a84d887 --- /dev/null +++ b/examples/test.lisp @@ -0,0 +1,6 @@ +foo ; test1 +(sum2 ; test2 + 1 + 2 ) +"string with space" +"another \n\"string\""
\ No newline at end of file |
