source:
code/branches/testing/test/SampleTest.cc
@
9114
| Last change on this file since 9114 was 9017, checked in by landauf, 14 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.










