renamed Hermes_Gui1.3.rkt to GUI.rkt for readability

This commit is contained in:
Ibrahim Mkusa 2017-04-23 01:39:06 -04:00
parent 63a3757f67
commit 29c6708e13
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#lang racket #lang racket
(require "modules/general.rkt" "Hermes_Gui1.3.rkt") (require "modules/general.rkt" "GUI.rkt")
(require math/base) ;; for random number generation (require math/base) ;; for random number generation
;; TODO clean up string message output and alignment ;; TODO clean up string message output and alignment
;; TODO close ports after done ;; TODO close ports after done