ableos/repbuild/holeybytes/main.rhai

13 lines
220 B
Plaintext

import "repbuild/hblib/std" as std;
fn main(){
std::Error(":+)");
std::Debug("ABC");
std::Info("Hello, world!");
std::Trace("Trace Deez");
std::Warn("Your mom fell in a well!");
tx();
}
main();