Files
dotfiles/.emacs.snippets/porth-mode/main
2023-10-11 21:51:24 +02:00

9 lines
96 B
Plaintext
Executable File

# -*- mode: snippet -*-
# name: main
# key: main
# --
include "std.porth"
proc main in
$0
end