7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: cin
|
|
# key: cin
|
|
# --
|
|
`(progn (goto-char (point-min)) (unless (re-search-forward
|
|
"^using\\s-+namespace std;" nil 'no-error) "std::"))
|
|
`cin >> $0; |