main.cpp 132 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #include <stdio.h> int main (int argc, char const *argv[]) { printf("Break here to do the load using paths."); return 0; }