Skip to content

Commit

Permalink
fix(c): main() snippet position of $0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-schemoul committed May 4, 2024
1 parent fa36367 commit 7a57697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snippets/c/c.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"#include <stdlib.h>",
"",
"int main(int argc, char *argv[])",
"{$0",
"",
"{",
"\t$0",
"\treturn EXIT_SUCCESS;",
"}"
],
Expand All @@ -41,8 +41,8 @@
"prefix": "main",
"body": [
"int main(int argc, char *argv[])",
"{$0",
"",
"{",
"\t$0",
"\treturn EXIT_SUCCESS;",
"}"
],
Expand Down

0 comments on commit 7a57697

Please sign in to comment.