Update CONTRIBUTING.md

This commit is contained in:
László Monda
2016-12-11 22:51:16 +01:00
committed by GitHub
parent 463a9fb8d4
commit 39a9d196f7

View File

@@ -40,3 +40,9 @@ void do_this()
...
}
```
## function calls
```
myFunction();
```