Skip to content

Commit

Permalink
minimal: update -main to print return values
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 2, 2024
1 parent 68154df commit 13ad7a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. This change
- health: remove FUNDING.yaml and use Practicalli Org file
- readme: update sponsorship link to practicalli-johnny account
- dev: add license to project and templates with gitignore pattern
- minimal: update `-main` to print return values


# 2024-01-05
Expand Down
4 changes: 2 additions & 2 deletions resources/practicalli/minimal/src/app.clj.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
{:app-name "{{top/ns}} {{main/ns}}" :version "{{version}}"})
(mulog/log ::application-starup :arguments args)
(if team
(greet team)
(greet))))
(println (greet team))
(println (greet)))))

;; ---------------------------------------------------------

Expand Down

0 comments on commit 13ad7a5

Please sign in to comment.