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