#include "civic.h" export int main() { printInt(1); printNewlines(1); printFloat(2.0); printNewlines(1); return 0; }