summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-10-25 19:52:44 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-10-25 19:52:44 +0200
commit307cbf83c3834512ecf6d208cf06d177abfbfb56 (patch)
tree6ae63107f8feba2bc65923acc065144bca53596b /Base
parent51e655f9033d4c14119ab2264735545d3cd85a0a (diff)
downloadserenity-307cbf83c3834512ecf6d208cf06d177abfbfb56.zip
HackStudio: Start building a C++ lexer to help with syntax highlighting
Diffstat (limited to 'Base')
-rw-r--r--Base/home/anon/little/main.cpp1
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;
}