Plan 9 from Bell Labs’s /sys/src/games/sapper/eb/flag

Copyright © 2021 Plan 9 Foundation
Distributed under the MIT License.
Download the Plan 9 distribution.


#define flag_width 16
#define flag_height 16
static char flag_bits[] = {
   0xff, 0xff, 0xfc, 0x7f, 0xe0, 0x7f, 0x80, 0x7f, 0xf0, 0x7f, 0xfc, 0x7f,
   0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xfc, 0x7f, 0xf8, 0x3f,
   0x80, 0x03, 0x80, 0x03, 0xff, 0xff, 0xff, 0xff};

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@plan9.bell-labs.com.