Skip to content
Snippets Groups Projects
Commit a453ae0f authored by Diego Mediel's avatar Diego Mediel
Browse files

testeando por segunda vez

parent 57350682
No related branches found
No related tags found
No related merge requests found
Pipeline #40859 failed
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "sum.hpp" #include "sum.hpp"
int main(int argc, char* argv[]) { int main(int argc, char* argv[]) {
std::cout << "Git testing 2" << std::endl;
if (argc < 2) { if (argc < 2) {
std::cout << "Usage: " << argv[0] << " <lineitem.tbl>"; std::cout << "Usage: " << argv[0] << " <lineitem.tbl>";
return 1; return 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment