Skip to content

Instantly share code, notes, and snippets.

@SebDominguez
Last active June 2, 2023 10:47
Show Gist options
  • Save SebDominguez/824a73b46025880c5b3e7348a613ac89 to your computer and use it in GitHub Desktop.
Save SebDominguez/824a73b46025880c5b3e7348a613ac89 to your computer and use it in GitHub Desktop.
[Main test] Syntax Highlighting for C files with Lepton #C #helloWorld
#include<stdio.h>
int main(void) {
printf("Hello World\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment