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

15 lines
265 B
Plaintext
Raw Normal View History

2023-11-11 14:45:45 +00: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 19:08:48 +00:00
// std::open("/file.hbf");
tx();
}
main();