9 lines
104 B
C++
9 lines
104 B
C++
|
//
|
||
|
// Created by SJQ on 2023/10/2.
|
||
|
//
|
||
|
#include <iostream>
|
||
|
|
||
|
int main(){
|
||
|
printf("hello git --lts");
|
||
|
}
|