8 lines
70 B
C
8 lines
70 B
C
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
puts("minihttp");
|
|
|
|
return 0;
|
|
}
|