We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438de99 commit 38d32e5Copy full SHA for 38d32e5
snippets/c-mode/puts
@@ -2,4 +2,4 @@
2
# name: puts
3
# key: puts
4
# --
5
-puts("${1:string}");
+puts(${1:string});
0 commit comments