add buildj_log
This commit is contained in:
5
buildj_log/buildj_log.v
Normal file
5
buildj_log/buildj_log.v
Normal file
@@ -0,0 +1,5 @@
|
||||
module buildj_log
|
||||
|
||||
pub fn print_log(msg string) {
|
||||
println(msg)
|
||||
}
|
||||
Reference in New Issue
Block a user