fork download
  1. var kinds =[];
  2. kinds[0] = {kind: “topicStyle”, name: "topic", id: 0, colors: { aStrokeColor=["RGB", 1, 0.6, 0.6], bFillColor=["RGB", 0.6, 0.1, 0.1], cTextColor=["RGB", 1, 0, 0]}};
  3. kinds[1] = {kind: “importantStyle”, name: "important", id: 1, colors: { aStrokeColor=["RGB", 0.6, 0.6, 1], bFillColor=["RGB", 0.1, 0.1, 0.6], cTextColor=["RGB", 0, 0, 1]}};
  4. kinds[2] = {kind: “interestingStyle”, name: "interesting", id: 2, colors: { aStrokeColor=["RGB", 0.6, 1, 0.6], bFillColor=["RGB", 0.1, 0.6, 0.1], cTextColor=["RGB", 0, 1, 0]}};
Runtime error #stdin #stdout 0.28s 213120KB
stdin
Standard input is empty
stdout
Standard output is empty