Skip to content

Commit

Permalink
forgot to add files during r11 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
d3n000@PNL.GOV authored and d3n000@PNL.GOV committed Feb 5, 2013
1 parent 6372703 commit 0b9b596
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Empty file added README
Empty file.
12 changes: 12 additions & 0 deletions tests/sanity.cpp
@@ -0,0 +1,12 @@
#include "config.h"

#include <iostream>

using std::cout;
using std::endl;

int main(int argc, char **argv)
{
cout << "hello world" << endl;
return 0;
}

0 comments on commit 0b9b596

Please sign in to comment.