source: main/tags/2.53/gsdl/micotest.cpp@ 32727

Last change on this file since 32727 was 2953, checked in by cs025, 22 years ago

Changed includes to keep more modern compilers happy

  • Property svn:keywords set to Author Date Id Revision
File size: 146 bytes
Line 
1#include <iostream.h>
2#include <stdlib.h>
3#include <mico/version.h>
4
5char version[] = MICO_VERSION;
6
7int main()
8{
9 cout << version;
10 exit(0);
11}
Note: See TracBrowser for help on using the repository browser.