lab09: init

This commit is contained in:
2026-03-08 21:48:10 -07:00
parent aff81eb6da
commit 9662155716
7 changed files with 183 additions and 0 deletions

11
lab09/complex.json Normal file
View File

@@ -0,0 +1,11 @@
{
name: "Complex number list example",
nums: [
{ real: 42, imaginary: 1 },
{ real: 30, imaginary: 0 },
{ real: 15, imaginary: 7 }
],
knownIssues: null,
verified: false
}