diff options
Diffstat (limited to 'scripts/main.el')
-rw-r--r-- | scripts/main.el | 3 |
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) + ) |