mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
lots of policy testing
This commit is contained in:
18
Policy Test/main.cpp
Normal file
18
Policy Test/main.cpp
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user