HFUT-Git-Training/lts.cpp

9 lines
104 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(){
2023-10-03 11:01:31 +08:00
printf("hello git --lts");
}