isak revised this gist . Go to revision
1 file changed, 8 insertions
c_syntax_highlightning.c(file created)
@@ -0,0 +1,8 @@ | |||
1 | + | #include <stdio.h> | |
2 | + | ||
3 | + | int main(int argc, char *argv[]) | |
4 | + | { | |
5 | + | printf("Hello Opengist!\n"); | |
6 | + | ||
7 | + | return 0; | |
8 | + | } |
Newer
Older