Skip to content

Instantly share code, notes, and snippets.

@bainco
Created August 3, 2023 19:10
Show Gist options
  • Save bainco/09db1b866658c7a42ffa98abb780ea12 to your computer and use it in GitHub Desktop.
Save bainco/09db1b866658c7a42ffa98abb780ea12 to your computer and use it in GitHub Desktop.
Racket Sample file to Cause Crash
;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-advanced-reader.ss" "lang")((modname racket_sonoma_test) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #t #t none #f () #f)))
(+ 1 2)
(define foo "bar")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment