// hello.edp // // Discussion: // // This simple input file can be used to test that the FreeFem++ program // is available. // // Licensing: // // This code is distributed under the MIT license. // // Modified: // // 05 September 2021 // // Author: // // John Burkardt // cout << "\n"; cout << "hello:\n"; cout << " freefem++ version.\n"; cout << " Request that freefem++ prove its existence by saying hello.\n"; cout << "\n"; cout << " Hello, world, from FreeFem++!\n"; // // Terminate. // cout << "\n"; cout << "hello:\n"; cout << " Normal end of execution.\n"; exit ( 0 );