network types registered

This commit is contained in:
2024-01-03 12:21:12 +06:00
parent 930b35575c
commit fd30713d29
10 changed files with 202 additions and 202 deletions

View File

@@ -6,8 +6,7 @@ i32 main(){
kt_beginInit();
kt_initKerepTypes();
kt_endInit();
// test_all();
test_network();
test_all();
kt_free();
kprintf("\e[37m\n");
return 0;