Skip to content

Commit 38d32e5

Browse files
author
Kamil Tomicki
authored
Update puts
1 parent 438de99 commit 38d32e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/c-mode/puts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# name: puts
33
# key: puts
44
# --
5-
puts("${1:string}");
5+
puts(${1:string});

0 commit comments

Comments
 (0)