6 lines
98 B
Racket
6 lines
98 B
Racket
#lang racket
|
|
(require racket/gui/init
|
|
tests/racket/load-handler)
|
|
|
|
(try-load-handler-now)
|