This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
gbso
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
gameboy superoptimizer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
1
Branch
774 KiB
Python
100%
Tree:
ff8c1c65dd
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'ff8c1c65dd'
${ noResults }
gbso
/
tests
/
test_gbso.py
5 lines
85 B
Raw
Blame
History
from
gbso
import
__version__
def
test_version
(
)
:
assert
__version__
==
'
0.1.0
'