pupate

Puzzle transpiler
git clone https://git.woozle.org/neale/pupate.git

pupate / examples / counting / 10
Neale Pickett  ·  2024-08-22

puzzle.md

 1---
 2title: Counting by tens
 3authors: 
 4    - neale
 5debug:
 6    summary: count by tens in hexadecimal
 7    hints:
 8        - What are the "a" and "e" doing there?
 9        - This is not in decimal!
10        - Have you tried converting this from hex to decimal?
11        - The answer needs to be in the same format as the question.
12        - Once you've discovered the pattern, remember to re-encode your answer into hexadecimal.
13answers:
14    - "0x3c"
15    - "0x3C"
16    - "3c"
17    - "3C"
18---
190xa
200x14
210x1e
220x28
230x32