Warning, /utilities/kairo/examples/simple_example.kairo is written in an unsupported language. File is not indexed.
0001 --- 0002 name:My first circuit 0003 --- 0004 [ 0005 { 0006 "text": "Simple exercise", 0007 "duration": 10000 0008 }, 0009 { 0010 "count": 2, 0011 "text": "Loop", 0012 "content": [ 0013 { 0014 "text": "Simple exercise 1", 0015 "duration": 8000 0016 }, 0017 { 0018 "text": "Simple exercise 2" 0019 }, 0020 { 0021 "text": "Simple exercise 3", 0022 "duration": 12000 0023 } 0024 ] 0025 }, 0026 { 0027 "text": "Simple exercise", 0028 "duration": 4000 0029 } 0030 ]