mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-20 12:05:25 +00:00
add makefile and webserver file
This commit is contained in:
10
webserver.c
Normal file
10
webserver.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/socket.h>
|
||||
// #include <pthread.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
printf("Hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user