mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
7 lines
100 B
C++
7 lines
100 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Hello, CSKaoYan!" << std::endl;
|
|
return 0;
|
|
}
|