charj-demo Hello, World package examples import fmt default$main() { fmt.println("hello,world") } Struct struct Summary { Name : string FanIn : int FanOut : int } struct Hello { summary : Summary } Condition Statment