about summary refs log tree commit diff stats
path: root/x.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'x.rkt')
-rw-r--r--x.rkt10
1 files changed, 0 insertions, 10 deletions
diff --git a/x.rkt b/x.rkt
deleted file mode 100644
index aecc714a..00000000
--- a/x.rkt
+++ /dev/null
@@ -1,10 +0,0 @@
-(require "charterm/main.rkt")
-(require "terminal-color/terminal-color/main.rkt")
-(open-charterm)
-(charterm-clear-screen)
-(charterm-cursor 5 5)
-(display-color "Hello" #:fg 'green)
-(flush-output)
-(charterm-newline)
-(display-color "Hello" #:fg 'green)
-(close-charterm)