This website requires JavaScript.
Explore
Help
Sign In
misc-deps
/
lux
Watch
1
Star
0
Fork
You've already forked lux
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fd7d1512bc
lux
/
main.rkt
4 lines
71 B
Racket
Raw
Normal View
History
Unescape
Escape
Initialize
2014-11-19 15:17:36 +00:00
#lang
racket/base
initial gui
2014-11-19 22:48:05 +00:00
(
require
lux/word
)
(
provide
(
all-from-out
lux/word
)
)