libsix is the main part of six lang. It must be used inside rust. Example:
extern crate libsix;
use libsix::*;
six!{
entry {
print!("Hello, World!");
}
}
libsix is the main part of six lang. It must be used inside rust. Example:
extern crate libsix;
use libsix::*;
six!{
entry {
print!("Hello, World!");
}
}