DEBSOURCES
Skip Quicknav
sources / bam / 0.4.0-5 / tests / collect_wrong / collect_wrong.cpp
123456789
#include <iostream> using namespace std; int main() { cout << "Hello world!" << endl return 0; }