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