1 2 3 4 5 6 7
#include "half3/half3.hpp" #include <iostream> int main() { std::cout << half3() << std::endl; return 0; }