diff options
Diffstat (limited to 'racket.html.markdown')
-rw-r--r-- | racket.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/racket.html.markdown b/racket.html.markdown index 1a02f988..9a86ffad 100644 --- a/racket.html.markdown +++ b/racket.html.markdown @@ -5,7 +5,6 @@ filename: learnracket.rkt contributors: - ["th3rac25", "https://github.com/voila"] - ["Eli Barzilay", "https://github.com/elibarzilay"] - --- Racket is a general purpose, multi-paradigm programming language in the Lisp/Scheme family. @@ -13,7 +12,7 @@ Racket is a general purpose, multi-paradigm programming language in the Lisp/Sch Feedback is appreciated! You can reach me at [@th3rac25](http://twitter.com/th3rac25) or th3rac25 [at] [google's email service] -```racket +```scheme #lang racket ; defines the language we are using ;;; Comments |