This commit is contained in:
Abb1x 2021-04-18 18:34:52 -04:00
parent 3b57704ad9
commit 1cc280481a
2 changed files with 8 additions and 2 deletions

View File

@ -1,2 +1,4 @@
# duco-lisp
Duco miner in clisp
fail lol

View File

@ -1,4 +1,5 @@
(defvar username)
(defparameter serverip "https://raw.githubusercontent.com/revoxhere/duino-coin/gh-pages/serverip.txt")
(defun get-username (prompt) ; utilities function to get username
(clear-input)
@ -12,6 +13,9 @@
(format t "Hello ~c[32m~a~c[0m! Welcome to the ~c[33mDuinocoin~c[0m lisp miner! ~%" #\ESC username #\ESC #\ESC #\ESC)
)
(defun actually_mine()
(loop
()
)
)
(init)