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

17 lines
295 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-20 09:13:18 +00:00
std::ipc_send(2, 0, 0);
2023-12-01 14:48:57 +00:00
std::ipc_send(3, 0, 0);
tx();
}
2023-12-01 14:48:57 +00:00
main();