/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.cpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/16 10:54:10 by charles #+# #+# */ /* Updated: 2020/11/18 15:53:33 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include #include #include int main(int argc, char **argv) { // if (argc != 2) // { // std::cerr << "Usage: " << argv[0] << " litteral" << std::endl; // return 1; // } // // // std::string s(argv[1]); // // if (s.empty()) // { // std::cerr << "Cannot be empty" << std::endl; // return 1; // } return 0; }