2bb3cc1b2e
* removed trailing newline from elixir snippets * 5 convenience snippets I often use
5 lines
No EOL
81 B
Text
5 lines
No EOL
81 B
Text
# -*- mode: snippet -*-
|
|
# name: iop
|
|
# key: iop
|
|
# --
|
|
IO.puts("$1 #{inspect $1}")$0 |