@@ -0,0 +1,5 @@
+#include "civic.h"
+
+export int main() {
+ return 0;
+}
@@ -0,0 +1,9 @@
+ printInt(1);
+ printNewlines(1);
+ printFloat(2.0);