Skip to content

Commit

Permalink
more sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraliakbari committed Dec 26, 2013
1 parent ad901ab commit 311c8d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inspector/test/data/files/hello_world.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <iostream>
using namespace std;

int main() {
cout << "Hello World!" << endl;
return 0;
}
Binary file added inspector/test/data/files/hello_world.out
Binary file not shown.

0 comments on commit 311c8d6

Please sign in to comment.