git repos / blockattack-game

source/misc/embedded_libs/fmt-11.0.2/test/static-export-test/main.cc

browsing at commit = 1193b4be29d6c72f0c2ca001a439640401b0c7f6

raw · blame · history

#include <iostream>
#include <string>

extern std::string foo();

int main() { std::cout << foo() << std::endl; }