Skip to content

Instantly share code, notes, and snippets.

@callendorph
Created October 10, 2022 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callendorph/a53581e0cf0b9350994c0897d714028f to your computer and use it in GitHub Desktop.
Save callendorph/a53581e0cf0b9350994c0897d714028f to your computer and use it in GitHub Desktop.
Test Program with Assert
#use-added-syntax(assert-check)
defpackage mypkg :
import core
defn main () :
println("asdf")
assert(true)
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment