Copyright clean-up (part 1):
[AROS.git] / compiler / purify / test1.c
blob28f067fb0f7fd492fb7f1d6eb94c8ab074c51719
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <stdio.h>
8 int main (int argc, char ** argv)
10 printf ("Hello world.\n");