mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-22 14:30:34 -04:00
quick fixes
This commit is contained in:
parent
d11285412e
commit
6275a92c6f
18 changed files with 18 additions and 18 deletions
|
@ -5,7 +5,7 @@ setup(
|
|||
version='0.0.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
author='steinkirch',
|
||||
author='Mia Stein',
|
||||
install_requires=[
|
||||
],
|
||||
entry_points='''
|
||||
|
|
|
@ -8,7 +8,7 @@ describing the height of each unit-width section of terrain, from left to
|
|||
right. Your solution will return the total amount of width-times-height
|
||||
retained by the terrain. You may assume that heights are non-negative integers.
|
||||
|
||||
Solution by bt3gl
|
||||
Solution by Mia Stein
|
||||
'''
|
||||
|
||||
def _create_wall_array(size) -> list:
|
||||
|
|
|
@ -8,7 +8,7 @@ describing the height of each unit-width section of terrain, from left to
|
|||
right. Your solution will return the total amount of width-times-height
|
||||
retained by the terrain. You may assume that heights are non-negative integers.
|
||||
|
||||
Solution by bt3gl
|
||||
Solution by Mia Stein
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue