5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: cerr
|
||
|
# key: err
|
||
|
# --
|
||
|
cerr << $0;
|