add import logic for use statement

This commit is contained in:
ValKmjolnir
2023-11-01 00:37:02 +08:00
parent 4757dd220a
commit ccbe341dc5
42 changed files with 155 additions and 159 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import.test.md5_self;
import.std.process_bar;
import.std.file;
use test.md5_self;
use std.process_bar;
use std.file;
srand();