Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 271 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 271 Bytes

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