Paul Zinselmeyer
25a5ca3e2d
- Add Assignment-7 to flake.nix - Implement basic framework of app - Implement proxy subcommand (mostly) - Implement basics of intermediary subcommand
9 lines
96 B
C
9 lines
96 B
C
|
|
#include "framework_test.h"
|
|
|
|
int main() {
|
|
// Tests
|
|
framework_test();
|
|
return 0;
|
|
}
|
|
|