summaryrefslogtreecommitdiff
path: root/other/wrez/tmp/foo.c
blob: 51d4bd2c4c434ba53809f0488c70a28666e80a8b (plain)
1
2
3
4
5
6
7
8
9
10
11

#include <stdio.h>

int
main (int argc, char *argv[])
{
	printf ("my home is my castle\n");
	printf ("my castle is my home\n");
}