summaryrefslogtreecommitdiff
path: root/scripts/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/main.el')
-rw-r--r--scripts/main.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/main.el b/scripts/main.el
new file mode 100644
index 0000000..2c6c54d
--- /dev/null
+++ b/scripts/main.el
@@ -0,0 +1,3 @@
+(defun draw ()
+ (rq-draw-circle 50.0 50.0 40.0)
+ )