From e844b7430e680e275d44925719eb72b23e90320e Mon Sep 17 00:00:00 2001 From: HshineO <1491134420@qq.com> Date: Mon, 2 Oct 2023 16:56:21 +0800 Subject: [PATCH] update SJQ_branch --- sjqbranch.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sjqbranch.cpp diff --git a/sjqbranch.cpp b/sjqbranch.cpp new file mode 100644 index 0000000..12d9ecb --- /dev/null +++ b/sjqbranch.cpp @@ -0,0 +1,10 @@ +// +// Created by SJQ on 2023/10/2. +// +#include + +int main(){ + printf("hello git --sjq"); + printf("this is SJQ branch"); + printf("SPH is the son of SJQ"); +} \ No newline at end of file