2 // --- T2-COPYRIGHT-NOTE-BEGIN ---
3 // T2 SDE: misc/archive/hello.cc
4 // Copyright (C) 2004 - 2024 The T2 SDE Project
5 // Copyright (C) 1998 - 2003 ROCK Linux Project
7 // This Copyright note is generated by scripts/Create-CopyPatch,
8 // more information can be found in the files COPYING and README.
10 // This program is free software; you can redistribute it and/or modify
11 // it under the terms of the GNU General Public License version 2.
12 // --- T2-COPYRIGHT-NOTE-END ---
14 // Hello World in C++.
19 std::cout
<< "Hello from C++." << std::endl
;