source:
main/tags/2.81/gsdl/micotest.cpp@
21135
Last change on this file since 21135 was 2953, checked in by , 22 years ago | |
---|---|
|
|
File size: 146 bytes |
Line | |
---|---|
1 | #include <iostream.h> |
2 | #include <stdlib.h> |
3 | #include <mico/version.h> |
4 | |
5 | char version[] = MICO_VERSION; |
6 | |
7 | int main() |
8 | { |
9 | cout << version; |
10 | exit(0); |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.