]> git.donarmstrong.com Git - mothur.git/blob - pdsMakeContigs/pdsMakeContigs/main.cpp
Merge remote-tracking branch 'mothur/master'
[mothur.git] / pdsMakeContigs / pdsMakeContigs / main.cpp
1 //
2 //  main.cpp
3 //  pdsMakeContigs
4 //
5 //  Created by Patrick Schloss on 1/2/13.
6 //  Copyright (c) 2013 University of Michigan. All rights reserved.
7 //
8
9 #include <iostream>
10
11 int main (int argc, const char * argv[])
12 {
13
14     // insert code here...
15     std::cout << "Hello, World!\n";
16     return 0;
17 }
18