fork download
  1. type
  2. Person = object
  3. name: string
  4. profession: string
  5. age: int
  6.  
  7. type
  8. Persons = array
Success #stdin #stdout 0s 5476KB
stdin
Standard input is empty
stdout
Standard output is empty