HFUT-Git-Training/sjq.cpp

10 lines
135 B
C++

//
// Created by SJQ on 2023/10/2.
//
#include <iostream>
int main(){
printf("hello git --sjq");
printf("hello git --zcj");
}