This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ossp/firewall-server/server.c

6 lines
99 B
C

#include <stdio.h>
int main (int argc, char **argv) {
// Server to be written
return 0;
}