arch.cpp 108 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #include <iostream> #include "config.h" int main() { std::cout << ARCH_MODEL << std::endl; return 0; }