Skip to content
Snippets Groups Projects
Commit 4de3913e authored by Andrii Protas's avatar Andrii Protas
Browse files

test

parent 9fc67236
No related branches found
No related tags found
No related merge requests found
Pipeline #38824 failed
......@@ -4,6 +4,7 @@
#include "sum.hpp"
int main(int argc, char* argv[]) {
std::cout << "Git testing" << std::endl;
if (argc < 2) {
std::cout << "Usage: " << argv[0] << " <lineitem.tbl>";
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