removed a space from the shebang line

main
m455 2019-03-23 15:22:54 -04:00
parent 60fc37e458
commit 2dbaae2c00
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env racket
#!/usr/bin/env racket
#lang racket/base
(require (prefix-in args: "args.rkt"))