更新 sjqbranch.cpp

This commit is contained in:
宋家齐 2023-10-02 17:05:47 +08:00
parent e844b7430e
commit 4c981bcabb
1 changed files with 9 additions and 9 deletions

View File

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