HFUT-Git-Training/sjq.cpp

10 lines
135 B
C++
Raw Normal View History

2023-10-02 16:21:51 +08:00
//
// Created by SJQ on 2023/10/2.
//
#include <iostream>
int main(){
printf("hello git --sjq");
2023-10-04 15:17:37 +08:00
printf("hello git --zcj");
}