aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorc+12023-05-05 16:51:30 -0400
committerc+12023-05-05 16:51:30 -0400
commit276629104f3f31ce754468d5bbc3fa523ddfade5 (patch)
tree36968e80f28ca6d5c60c5fd62908b4066fe8b7b4 /src/main.c
parent942bbf33dcce413aadc7cc51693b184d6172c302 (diff)
HALK HALK HALK
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);