#include"net.h" #include<iostream> using namespace foo; int main(int argc, char **argv) { Net net; cout << "Unix client\n" "Build version: " VERSION "\n"; net.doStuff(); exit(0); }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 4438 | Chris Comparini |
Sample jam projects. "rootless" documentation still needs work. |