create examples folder

This commit is contained in:
Nick Fisher
2024-05-11 12:30:02 +08:00
parent 5493afbf67
commit 8781b67db0
26 changed files with 814 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
int calculate() {
return 6 * 7;
}