DEBSOURCES
Skip Quicknav
sources / libofa / 0.9.3-21 / debian / tests / test.cpp
12345678
#include <ofa1/ofa.h> #include <cstdio> int main() { printf("Hello, World!\n"); return 0; }