index
:
roll
master
Roll dice
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
README
10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b025a81
--- /dev/null
+++ b/
README
@@ -0,0 +1,10 @@
+Roll dice
+
+Usage examples:
+
+ $ roll 1d6
+ 1
+ $ roll 3d6+5
+ 15
+ $ roll 4d8+1d6
+ 16