OpenSCB Wiki
Brought to you by:
lezebre,
matt-openscb
Welcome to OpenSCB wiki!
This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.
#!/usr/bin/python
def func(a):
return 2*a
Anonymous