HFUT-Git-Training/sjqbranch.cpp

10 lines
191 B
C++
Raw Permalink Normal View History

2023-10-02 17:05:47 +08:00
//
// 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");
2023-10-02 16:56:21 +08:00
}