// // decrypt.cc for marvin_gui in /home/castor/epita/marvin_gui // // Made by C@stor // Login // // Started on Wed Aug 27 21:01:56 2003 C@stor // Last update Thu Aug 28 14:30:27 2003 C@stor // #include #include "action.hh" #include "language/language.hh" int decrypt() { std::cout << BEGINDECRYPT << std::endl; std::cout << ENDDECRYPT << std::endl << std::endl; return 0; }