source:
code/branches/testing/test/SampleTest.cc
@
9022
Last change on this file since 9022 was 9017, checked in by landauf, 13 years ago | |
---|---|
File size: 117 bytes |
Line | |
---|---|
1 | #include <iostream> |
2 | |
3 | int main(int argc, char** argv) |
4 | { |
5 | std::cout << "Hello World" << std::endl; |
6 | return 0; |
7 | } |
Note: See TracBrowser
for help on using the repository browser.