DEBSOURCES
Skip Quicknav
sources / entropybroker / 2.9-9 / test_gcc.cpp
12345678
#include <stdio.h> int main(int argc, char *argv[]) { printf("Hello, world\n"); return 0; }