Skip to content

Instantly share code, notes, and snippets.

@zyrolasting
Created January 11, 2021 19:25
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 zyrolasting/545527daa3d650298d27394f737a702f to your computer and use it in GitHub Desktop.
Save zyrolasting/545527daa3d650298d27394f737a702f to your computer and use it in GitHub Desktop.
For use in a Xiden example
#lang racket/base
(provide say-hello)
(define (say-hello)
(displayln "Hello!"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment