Skip to content

datum-lang/datum-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Datum Lang demo for Intellij Plugin and Share code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published