mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
HackStudio: Start building a C++ lexer to help with syntax highlighting
This commit is contained in:
parent
51e655f903
commit
307cbf83c3
4 changed files with 242 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
int main(int, char**)
|
||||
{
|
||||
// This is a comment :^)
|
||||
printf("Hello friends!\n");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue