Compare commits

...
Author SHA1 Message Date
Tseng d87c9cf80c Add in \n to make it look better 2024-05-17 14:25:26 -07:00
Tseng edb70e69e7 test of git 2024-05-17 14:02:50 -07:00
+2
View File
@@ -77,5 +77,7 @@ int main(int argc, char *argv[])
x.Save("sol.gf");
mesh.Save("mesh.mesh");
std::cout << "Let's see if this works \n";
return 0;
}