CEDA
Projects
Demos
Libraries
Xcpp
Papers
RM
main.cpp
#include "mylib/hello.h" int main(int argc, char *argv[]) { PrintHello(); return 0; }