added some tools from ronnie sahlberg
[tridge/junkcode.git] / tst.c
1 #include <stdio.h>
2 #include <stdlib.h>
3
4 char *hello = "This is a
5 hello message
6 from me\n";
7
8 main()
9 {
10 printf(hello);
11 }