Skip to content

Instantly share code, notes, and snippets.

@grondilu
Created October 3, 2016 15:18
Show Gist options
  • Save grondilu/83dfb2046ea7a6f3313152c77342559e to your computer and use it in GitHub Desktop.
Save grondilu/83dfb2046ea7a6f3313152c77342559e to your computer and use it in GitHub Desktop.
testing syntax highlighting
```C
#inclde <stdio.h>
int main(int argc, char* argv[])
printf("Hello, world!\n");
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment