lots of policy testing

This commit is contained in:
Peter Thorson
2011-11-15 17:51:44 -06:00
parent 74aa325591
commit d5ea5ed7d7
9 changed files with 864 additions and 4 deletions

18
Policy Test/main.cpp Normal file
View File

@@ -0,0 +1,18 @@
//
// main.cpp
// Policy Test
//
// Created by Peter Thorson on 2011-11-15.
// Copyright (c) 2011 The University of Chicago. All rights reserved.
//
#include <iostream>
int main (int argc, const char * argv[])
{
// insert code here...
std::cout << "Hello, World!\n";
return 0;
}