source:
lemon-0.x/src/gui/src/main.cc
@
1404:17c80cb3754b
| Last change on this file since 1404:17c80cb3754b was 1404:17c80cb3754b, checked in by , 21 years ago | |
|---|---|
| File size: 129 bytes | |
| Line | |
|---|---|
| 1 | #ifdef HAVE_CONFIG_H |
| 2 | #include <config.h> |
| 3 | #endif |
| 4 | |
| 5 | #include <iostream> |
| 6 | |
| 7 | int main() |
| 8 | { |
| 9 | std::cout << "Hello World!" << std::endl; |
| 10 | } |
Note: See TracBrowser
for help on using the repository browser.

