Skip to content

Instantly share code, notes, and snippets.

@RedBlaze42
Created February 10, 2020 15:16
Show Gist options
  • Save RedBlaze42/2e4f4914b7ee83948d8dbd86b834297e to your computer and use it in GitHub Desktop.
Save RedBlaze42/2e4f4914b7ee83948d8dbd86b834297e to your computer and use it in GitHub Desktop.
C snippet
"start": {
"prefix": "startC",
"scope": "c",
"body": [
"#include<stdlib.h>",
"#include<stdio.h>",
"",
"int main(){",
" $1",
"}"
],
"description": "Démarre un programme C"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment