1: #include <iostream>
2: int main()
3: {
4:    std::cout << "Hello world" << std::endl;
5:    std::cout << "Hello world 2" << std::endl;
6:    //(ref:jump)
7:    return 0;
8: }
Hello world
Hello world 2

Author: Daniel M. German

Created: 2016-12-06 Tue 23:44

Validate