Exheredludis/paludis/stripper_TEST_binary.cc

10 lines
176 B
C++

/* vim: set sw=4 sts=4 et foldmethod=syntax : */
#include <iostream>
int main(int, char *[])
{
std::cout << "What's this obsession with monkeys anyway?" << std::endl;
}