1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/test-programs/main.rhai

15 lines
265 B
Plaintext
Raw Normal View History

2023-11-11 08:45:45 -06:00
import "sysdata/test-programs/hblib/std" as std;
fn main(){
std::Error(":+)");
std::Warn("Your mom fell in a well!");
std::Info("Hello, world!");
std::Debug("XYZ");
std::Trace("Trace Deez");
2023-11-02 14:08:48 -05:00
// std::open("/file.hbf");
tx();
}
main();