update SJQ_branch

This commit is contained in:
宋家齐 2023-10-02 16:56:21 +08:00
parent 3310ff2f27
commit e844b7430e
1 changed files with 10 additions and 0 deletions

10
sjqbranch.cpp Normal file
View File

@ -0,0 +1,10 @@
//
// Created by SJQ on 2023/10/2.
//
#include <iostream>
int main(){
printf("hello git --sjq");
printf("this is SJQ branch");
printf("SPH is the son of SJQ");
}