#include "a.h" #include "b.h" #include "c.h" #include<stdio.h> int main(int argc, char **argv) { puts(a1()); puts(a2()); puts(b1()); puts(c2()); }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 4438 | Chris Comparini |
Sample jam projects. "rootless" documentation still needs work. |