2016-10-20 10:27:10 +02:00

5 lines
90 B
Plaintext

# -*- mode: snippet -*-
# name: print statement
# key: p
# --
stdout.printf("$1\n", $2);$0