adding more mathematical operations and unit tests with them
Some checks failed
Build / build (push) Successful in 56s
Test / build (push) Failing after 4m15s

This commit is contained in:
2026-01-15 00:35:13 +01:00
parent 88e847e2d9
commit e570b7f19d
4 changed files with 228 additions and 74 deletions

View File

@@ -21,6 +21,7 @@ pub const RuntimeError = error{
Killed,
InvalidEntryPoint,
ToDo,
DivisionByZero,
};
pub const Function = struct {