eris/tests/golden-files/results/bcpp-hello_cpp

8 lines
1.5 KiB
Text
Raw Normal View History

2016-10-26 14:09:05 +02:00
(B#include(B (B<iostream>(B (B
(B (B
(Busing(B (Bnamespace(B std;(B (B
(B (B
(Bint(B (Bmain(B()(B (B
(B{(B (B
(B cout << (B"Hello World"(B << endl;(B
(B}(B (B