add buildj_log

This commit is contained in:
2019-11-24 16:37:43 +08:00
parent e3d2160960
commit 16126cd6da
2 changed files with 9 additions and 3 deletions

5
buildj_log/buildj_log.v Normal file
View File

@@ -0,0 +1,5 @@
module buildj_log
pub fn print_log(msg string) {
println(msg)
}