2 Copyright © 1995-96, The AROS Development Team. All rights reserved.
5 Desc: most simple demo for AROS
10 static const char version
[] __attribute__((used
)) = "$VER: helloworld 41.1 (14.3.1997)\n";
12 int main (int argc
, char ** argv
)
14 printf ("Hello, world\n");