Skip to content

使用示例

cpp
#include <honly_demo.hpp>

int main() {
    honly::println("Hello HOnly!");
    return 0;
}