add import logic for use statement

This commit is contained in:
ValKmjolnir
2023-11-01 00:37:02 +08:00
parent 29b974c03b
commit 5b68701a95
42 changed files with 155 additions and 159 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import.std.padding;
import.std.file;
use std.padding;
use std.file;
var source=file.find_all_files_with_extension("./src","cpp","h");
sort(source,func(a,b){return cmp(a,b)<0});