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

Sources contains dirs

parent a42b2006
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
#include <iostream>

using namespace std;

int main()
{
    cout << "What everr!" << endl;

    return 0;
}
+7 −0
Original line number Diff line number Diff line
#include <stdio.h>

int main()
{
    printf("Fooo bar!\n");
    return 0;
}
 No newline at end of file