Remove bogus #lang line

This commit is contained in:
Sam Tobin-Hochstadt 2010-06-08 13:07:30 -04:00
parent 84eae2b5e3
commit 6d2b5569f4

View File

@ -1,4 +1,3 @@
#lang typed/racket
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; File: fft.cl ; File: fft.cl
; Description: FFT benchmark from the Gabriel tests. ; Description: FFT benchmark from the Gabriel tests.