From 042c1443b2973d50025ae5964fc83a8d364d559c Mon Sep 17 00:00:00 2001 From: SimonLing Date: Tue, 15 Jun 2021 16:24:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化全球网络访问 --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index ef09445..aa57af8 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,7 @@ #include int surf_internet() { + printf("404 Not Found"); return 0; }