Skip to content

Commit

Permalink
Merge pull request #64 from sogaiu/master
Browse files Browse the repository at this point in the history
Address #63 Add main function to new-project output
  • Loading branch information
bakpakin authored Dec 30, 2022
2 parents 97594f2 + d2bdfab commit 2b9c5db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jpm/scaffold.janet
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
`Evaluates to "Hello!"`
[]
"Hello!")
(defn main
[& args]
(print (hello)))
```)

(deftemplate test-template
Expand Down

0 comments on commit 2b9c5db

Please sign in to comment.