BLUE
PRpawcanada.bsky.social

Thanks! Always happy to draw that lovely lass! And your entry numbers are #007a#007d.

0
Ggaltthedragon.bsky.social

I wrote a program to look at the last character of every line of every C file in the Linux kernel (ignoring line-terminators like ; and ,). Here's the top 10 most reoccurring characters

A table of the 10 most common characters appearing at the end of each line of every C file in the Linux kernel repository.

")" (Right Parenthesis; U+0029): 6,456,239
"}" (Right Curly Bracket; U+007D): 2,363,743
"{" (Left Curly Bracket; U+007B): 2,005,943
"0" (Digit Zero; U+0030): 1,767,680
"L" (Latin Capital Letter L; U+004C): 1,717,468
"/" (Slash; U+002F): 1,659,671
"e" (Latin Small Letter E; U+0065): 1,034,576
"t" (Latin Small Letter T; U+0074): 709,460
"*" (Asterisk; U+002A): 647,051
"1" (Digit One; U+0031): 573,760
1