feat: add cli sample

This commit is contained in:
2021-04-24 22:10:55 +08:00
parent d9772727c9
commit dd0dcae21a
8 changed files with 61 additions and 0 deletions

View File

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