• Joined on 2023年10月09日
aryzing closed issue ziglings/exercises#159 2026年05月09日 14:14:04 +02:00
Replace ??? in examples with sequence of chars that is entirely selected when double clicking
aryzing commented on issue ziglings/exercises#159 2024年09月09日 16:10:28 +02:00
Replace ??? in examples with sequence of chars that is entirely selected when double clicking

Not sure what "mostly" means in this context. In most machines / apps / editors, the ? character is not part of the "double click to select word" character set, so it won't work for most people....

aryzing opened issue ziglings/exercises#159 2024年09月07日 23:29:47 +02:00
Replace ??? in examples with sequence of chars that is entirely selected when double clicking
aryzing closed issue ziglings/exercises#14 2023年10月09日 21:04:21 +02:00
ex. 72: overflow of integer type 'u8' with value '-16'
aryzing commented on issue ziglings/exercises#14 2023年10月09日 21:04:21 +02:00
ex. 72: overflow of integer type 'u8' with value '-16'

Turns out the continue expression a few lines above was incorrect, causing the wrong characters to be used in the subtraction.

aryzing opened issue ziglings/exercises#14 2023年10月09日 20:56:21 +02:00
ex. 72: overflow of integer type 'u8' with value '-16'