remove old testing system

This commit is contained in:
Stefan Fejes
2019-08-20 09:37:34 +02:00
parent 1c93753ade
commit 3db7681cf1
63 changed files with 2 additions and 387 deletions

View File

@ -7,12 +7,12 @@ Explain briefly what the snippet does.
Explain briefly how the snippet works.
``` python
```py
def function_name(args):
# code
return 0
```
``` python
```py
functionName(val) # result
```