emacs/snippets/dart-mode/main

7 lines
86 B
Plaintext

# -*- mode: snippet -*-
# name: main
# key: main
# --
main(List<String> args) {
$0
}