Loading management/data/resources/sources/foo/bar.cpp 0 → 100644 +11 −0 Original line number Diff line number Diff line #include <iostream> using namespace std; int main() { cout << "What everr!" << endl; return 0; } management/data/resources/sources/src/hello.c 0 → 100644 +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 Loading
management/data/resources/sources/foo/bar.cpp 0 → 100644 +11 −0 Original line number Diff line number Diff line #include <iostream> using namespace std; int main() { cout << "What everr!" << endl; return 0; }
management/data/resources/sources/src/hello.c 0 → 100644 +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