update: add test

This commit is contained in:
wyj
2025-11-06 17:04:09 -05:00
parent c6560acb4c
commit ea5ca0b679
3 changed files with 14 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "common.h"
#include "init.h"
int main(){
init(15.0, 1e-3);
return 0;
}