diff options
author | Samuel Johnson <[email protected]> | 2025-02-10 02:19:21 -0500 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-02-10 02:19:21 -0500 |
commit | 9de239a9badbbc075f1cc8079a6435f0780e5d26 (patch) | |
tree | 559f29f7c3a0213a4fd712f4f325f5f820e6ca79 /cmd/parser/main.go |
But it was a beginningtrunk
Diffstat (limited to 'cmd/parser/main.go')
-rw-r--r-- | cmd/parser/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/parser/main.go b/cmd/parser/main.go new file mode 100644 index 0000000..cc0602a --- /dev/null +++ b/cmd/parser/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Printf("Markdown compiler app\n") +} |