Skip to content

Instantly share code, notes, and snippets.

@luiszugasti
Created January 10, 2021 18:35
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 luiszugasti/6ca120d277c836bac5392d89f83e028c to your computer and use it in GitHub Desktop.
Save luiszugasti/6ca120d277c836bac5392d89f83e028c to your computer and use it in GitHub Desktop.
Racket Hello World
#lang racket
(display "Hello World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment