vimrc/snippets/fa.snippets
Arija A. e025e29839
Init
Signed-off-by: Arija A. <ari@ari.lt>
2025-07-05 13:27:02 +03:00

11 lines
103 B
Text

snippet m
include 'std/lstd.fa'
fun main int eo
$1
%EXIT_SUCCESS
end
#main #exit
endsnippet