Cradicle Explorer
BitHavoc
Info
Issues
Patches
Wallets
Source
Source
.codesandbox
__pycache__
.gitignore
BitHavoc.epj
README.md
__init__.py
bits.txt
editor.py
globalVar.py
interpriter.py
lineExecuter.py
main.bh
main.bitH
main.py
memory.bhm
/
globalVar.py
globalVar.py
1
memory = [''] * 10000000
2
functions = []
3
currentLine = 0
4
code = ""