diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-10-25 19:52:44 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-25 19:52:44 +0200 |
commit | 307cbf83c3834512ecf6d208cf06d177abfbfb56 (patch) | |
tree | 6ae63107f8feba2bc65923acc065144bca53596b /Base/home/anon/little | |
parent | 51e655f9033d4c14119ab2264735545d3cd85a0a (diff) | |
download | serenity-307cbf83c3834512ecf6d208cf06d177abfbfb56.zip |
HackStudio: Start building a C++ lexer to help with syntax highlighting
Diffstat (limited to 'Base/home/anon/little')
-rw-r--r-- | Base/home/anon/little/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/little/main.cpp b/Base/home/anon/little/main.cpp index 26858540bd..1faf8bb955 100644 --- a/Base/home/anon/little/main.cpp +++ b/Base/home/anon/little/main.cpp @@ -2,6 +2,7 @@ int main(int, char**) { + // This is a comment :^) printf("Hello friends!\n"); return 0; } |