lab09: init
This commit is contained in:
11
lab09/complex.json
Normal file
11
lab09/complex.json
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user