Skip to content

Commit 9219ae0

Browse files
committed
got the source
1 parent 03de551 commit 9219ae0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: src/base92.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# THE BEERWARE LICENSE (Revision 42):
2+
# <thenoviceoof> wrote this file. As long as you retain this notice you
3+
# can do whatever you want with this stuff. If we meet some day, and you
4+
# think this stuff is worth it, you can buy me a beer in return
5+
# - Nathan Hwang (thenoviceoof)
6+
#
7+
# Modified from: https://github.com/thenoviceoof/base92/blob/master/python/base92/base92.py
8+
19
import math
210

311
def base92_ord(val):

0 commit comments

Comments
 (0)