performance/perf-cpp/scripts/a.cc

9 lines
88 B
C++

#include <iostream>
#include "a.hh"
int main() {
std::cout << add();
return 0;
}