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 75a70d3 commit 438de99Copy full SHA for 438de99
snippets/c-mode/puts
@@ -0,0 +1,5 @@
1
+# -*- mode: snippet -*-
2
+# name: puts
3
+# key: puts
4
+# --
5
+puts("${1:string}");
0 commit comments