pub fn say_hello():void { print("Hello World!"); }
First,you need to compile this program.Run following command on your command line.
$lichen sample.lc