Closed stchang closed 8 years ago
Right now pasterack incorrectly assumes that first line begins with #lang.
#lang
Something like this should be ok
;; comment #lang racket
fixed with 52c3f18e57ed29d072a35ce8cad68f40fef6e973
Right now pasterack incorrectly assumes that first line begins with
#lang
.Something like this should be ok