aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 45ee0c6..e8c6a9d 100755
--- a/src/main.c
+++ b/src/main.c
@@ -3,7 +3,7 @@
int main(int argc, char* argv[]) {
lexer_t* lexer = lexer_init(
- "[nice & simple]\nlet it = \"Hello, World!\";\nsay it;\n"
+ "Let it = \"Hello, World!\";\nsay it;"
);
printf("\n=== INPUT =======\n%s\n=== END INPUT ===\n", lexer->content);