aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuvst/image.c
blob: 13cb28e7a28121f26f6f35e13119e8512ffc941e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>

const char *aaimage[] = {
	"",
	"@w      ___.   @M._____.@w     _.",
	"@w     /  \\|   @M|/ | \\|@w     \\|",
	"@w    |        @M   |  @w  __   |     @W         * FuVSt *",
	"@w [] |      []@M   |  @w /__\\  | []  @w      A CNetz @MMSC@w for",
	"@w    |        @M   |  @w|      |     @w    a real Base Station",
	"@w     \\___/   @M  _|_ @w \\__/ _|_",
	"",
	NULL
};