Update puts

This commit is contained in:
Kamil Tomicki 2018-10-08 08:57:43 +02:00 committed by GitHub
parent 438de99799
commit 38d32e51e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# name: puts
# key: puts
# --
puts("${1:string}");
puts(${1:string});