First commit.
This commit is contained in:
8
snippets/kotlin-mode/while
Normal file
8
snippets/kotlin-mode/while
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Seong Yong-ju
|
||||
# name: while
|
||||
# key: while
|
||||
# --
|
||||
while ($true) {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user