Skip to content

Commit

Permalink
cleanup c server
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Aug 10, 2024
1 parent 88f8bbd commit fb1ff27
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions c/server/webserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@
#include <sys/socket.h>
#include <unistd.h>

// maximum application buffer
#define APP_MAX_BUFFER 1024
#define PORT 8080

int main() { return 0; }

0 comments on commit fb1ff27

Please sign in to comment.