10 lines
174 B
C++
10 lines
174 B
C++
|
//
|
||
|
// 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");
|
||
|
}
|