Skip to content

Instantly share code, notes, and snippets.

@SheepTester
Last active December 14, 2017 02:30
Show Gist options
  • Select an option

  • Save SheepTester/4c2c571d01e9399e5edbdcf0fd60c229 to your computer and use it in GitHub Desktop.

Select an option

Save SheepTester/4c2c571d01e9399e5edbdcf0fd60c229 to your computer and use it in GitHub Desktop.
tests
#lang racket ; draw a graph of
(require plot) ; cos and log
(plot #:label "y = cos(x) & y = log(x)"
(list (function cos -5 5) (function log -5 5)))
"an unclosed string is an error
; background: #1D1F21
; https://sheeptester.github.io/javascripts/sadbooks/sadbooks.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment