From 1016ac90f5e0d8d04a28915cc0a24ca2ddd399c3 Mon Sep 17 00:00:00 2001 From: macbook-pro <3101158440@qq.com> Date: Mon, 27 Feb 2023 19:42:41 +0800 Subject: [PATCH] testonmac --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index f8bd254..8090292 100644 --- a/test.c +++ b/test.c @@ -4,7 +4,7 @@ int main() printf("test\n"); printf("test again\n"); printf("test push\n"); - /*test*/ + /*test test on mac*/ return 0; }