Verified Commit 979b47eb authored by Peter Stanko's avatar Peter Stanko
Browse files

Sources contains dirs

parent a42b2006
Pipeline #31520 passed with stage
in 7 minutes and 36 seconds
#include <iostream>
using namespace std;
int main()
{
cout << "What everr!" << endl;
return 0;
}
#include <stdio.h>
int main()
{
printf("Fooo bar!\n");
return 0;
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment