2009-08-29 17:59:02 +00:00

12 lines
155 B
Plaintext

# -*- mode: snippet -*-
# key: mod
# contributor: Translated from TextMate Snippet
# name: module
# --
module ${1:name}
implicit none
$0
end module $1