Hello world!
Chap.1
Chap.2
code test
#include<iostream>
int main()
{
std::cout<<"hello, world!""<<std::endl;
return 0;
}
The end.
code test
#include<iostream>
int main()
{
std::cout<<"hello, world!""<<std::endl;
return 0;
}
The end.