Zelphir Kaltstahl 5f950ccc54 correct readme | hace 3 años | |
---|---|---|
.. | ||
dice-rolling.scm | hace 3 años | |
readme.org | hace 3 años |
Run the following command from the root directory of this repository:
GUILE_LOAD_PATH=.:dice-rolling:random guile dice-rolling/dice-rolling.scm
(add-to-load-path ".") (add-to-load-path "dice-rolling/") (add-to-load-path "random/") (load "dice-rolling/dice-rolling.scm") (import (dice-rolling)) (roll-dice 5)