Began working on mfem_resolver formatters

This commit is contained in:
2026-09-19 08:52:30 -04:00
parent c44584c1e7
commit f69fac8f1e
5 changed files with 59 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
#include "serif/dimensions/runtime/concepts.hpp"
#include <cstdio>
int main() {
puts("Hello, world!\n");
}
}