7 lines
106 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: main
# key: main
# --
public static void main(String[] args) {
$0
}