5 lines
89 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: print string only
# key: ps
# --
stdout.printf("$1\n");$0