From aac34c4d5081aa134646e85a33637335a213af66 Mon Sep 17 00:00:00 2001 From: sheayu <2747824354@qq.com> Date: Wed, 1 Feb 2023 21:01:05 +0800 Subject: [PATCH] add first.cpp --- first.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 first.cpp diff --git a/first.cpp b/first.cpp new file mode 100644 index 0000000..50db2f3 --- /dev/null +++ b/first.cpp @@ -0,0 +1,5 @@ +#include +int main() +{ + printf("hello world!"); +} -- GitLab