Add console calculator using module map

This commit is contained in:
2025-04-14 09:44:16 +02:00
parent c6f028a518
commit 4b21fe007d
10 changed files with 284 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
module CMath {
header "add_nums.h"
header "sub_nums.h"
header "mul_nums.h"
header "div_nums.h"
header "spc_nums.h"
export *
}