2 years ago - Homebrew Community
#include <iostream> int main(){ std::cout << "hi"; return 0; }
Replies