6 lines
184 B
Racket
6 lines
184 B
Racket
#lang racket/base
|
|
(provide tree-short)
|
|
(require racket/draw racket/runtime-path)
|
|
(define-runtime-path tree-short-img "tree-short.png")
|
|
(define tree-short (read-bitmap tree-short-img))
|