add a pikachu hint

pull/21/head
Ondřej Hruška 4 years ago
parent 0a182fb91a
commit 3b9e89674c
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 3
      examples/bmp-parser.csn

@ -1,6 +1,9 @@
(
; This program parses and shows bmp.
; Only 32-bit RGB format is supported at the moment.
;
; To run it:
; cat pika-rgb32.bmp | crsn bmp-parser.csn
(def HUGEPIXELS 1)

Loading…
Cancel
Save