From 1c906f3ac4a71b41e7cf906b48036e7f55f35be3 Mon Sep 17 00:00:00 2001 From: p39718465 <569659537@qq.com> Date: Fri, 28 May 2021 10:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 code/test diff --git a/code/test b/code/test new file mode 100644 index 0000000..76235b0 --- /dev/null +++ b/code/test @@ -0,0 +1,5 @@ +#include + +int main(){ + printf("hello"); +} \ No newline at end of file