Skip to content
Snippets Groups Projects

WIP: System shell to develop branch

Merged Felix Goding requested to merge system_shell into develop
13 files
+ 264
21
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 6
0
 
"""Better ASIC Toolbox"""
 
from _b_asic import *
 
 
def mul(a, b):
 
"""A function that multiplies two numbers"""
 
return a * b
Loading