Fixes #1: Install fails on Windows because lang.rkt is a symbol link.

This commit is contained in:
Georges Dupéron 2017-05-05 14:31:57 +02:00
parent 84e1f15e5b
commit 534de53a29

View File

@ -1 +0,0 @@
lang/main.rkt

3
lang.rkt Normal file
View File

@ -0,0 +1,3 @@
#lang racket/base
(require "lang/main.rkt")
(provide (all-from-out "lang/main.rkt"))