New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
cxxhello.cxx in vendors/t/fcm-make/05-build-c-cxx-basic/src – NEMO

source: vendors/t/fcm-make/05-build-c-cxx-basic/src/cxxhello.cxx @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

File size: 82 bytes
RevLine 
[10669]1#include <iostream>
2
3int main() {
4    std::cout << "Hello C++\n";
5    return 0;
6}
Note: See TracBrowser for help on using the repository browser.