Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LeifAndersen/bf555a85203ec41761bce5b4d5046855 to your computer and use it in GitHub Desktop.
Save LeifAndersen/bf555a85203ec41761bce5b4d5046855 to your computer and use it in GitHub Desktop.
#lang racket
(define V "hello")
(module M racket/base
(provide V)
(define V "world"))
(require 'M)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment