From 42441f44b014aca841fff86ea8e4a4a82b3fcb5e Mon Sep 17 00:00:00 2001 From: Ha0-Y Date: Mon, 20 Nov 2023 14:22:27 +0800 Subject: [PATCH 1/2] feature: windows --- first.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first.c b/first.c index 1394ce8..8103497 100644 --- a/first.c +++ b/first.c @@ -1,5 +1,5 @@ #include int main() { - return 0; + return 111; } -- Gitee From 084353ec27abe7e62a54fff13549a1424b836cb3 Mon Sep 17 00:00:00 2001 From: Ha0-Y Date: Mon, 20 Nov 2023 14:45:16 +0800 Subject: [PATCH 2/2] feature: windows --- first.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/first.c b/first.c index 8103497..e84a3a2 100644 --- a/first.c +++ b/first.c @@ -1,5 +1,6 @@ #include int main() { - return 111; + printf("hello world"); + return 0; } -- Gitee