#pragma once #include #include namespace sk { struct program { std::string code; std::string image; }; }