From 3b9e89674cf9bec5b8e2900780ca32faa196f912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Wed, 14 Oct 2020 22:18:18 +0200 Subject: [PATCH] add a pikachu hint --- examples/bmp-parser.csn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/bmp-parser.csn b/examples/bmp-parser.csn index 3cc4cd3..119c24d 100644 --- a/examples/bmp-parser.csn +++ b/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)