#include "commons.hpp" #include "fun.hpp" extern "C" void lib(Module& mod) { mod.register_function("println", fkstd::println); }