8 lines
157 B
Plaintext
8 lines
157 B
Plaintext
|
# -*- mode: snippet -*-
|
||
|
# name: script
|
||
|
# key: script
|
||
|
# expand-env: ((yas-indent-line 'fixed))
|
||
|
# --
|
||
|
#!/usr/bin/env compilescript
|
||
|
// compilescript: -std=c++14
|