Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
172 B
C++
Raw Permalink Normal View History

2018-09-12 10:04:25 +00:00
#include <iostream>
int main (int argc, char const **argv) {
std::cout << "Program with sections" << std::endl;
return 0; // Run here before printing memory regions
}