You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: routes/types.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,9 @@ A Partridge in a Pear Tree.</blockquote>`,
88
88
}, {
89
89
"morse-encoder", "Morse Encoder", "Medium",
90
90
"Using ▄ (U+2584 Lower Half Block) to represent a dot, decode the argument into"+morseTable,
91
+
}, {
92
+
"niven-numbers", "Niven Numbers", "Fast",
93
+
"A niven number is a non-negative number that is divisible by the sum of its digits.<p>Print all the niven numbers from <b>0</b> to <b>100</b> inclusive, each on their own line.</p>",
91
94
}, {
92
95
"odious-numbers", "Odious Numbers", "Fast",
93
96
"An odious number is a non-negative number that has an odd number of 1s in its binary expansion.<p>Print all the odious numbers from <b>0</b> to <b>50</b> inclusive, each on their own line.<p>Numbers that are not odious are called <a href=evil-numbers>evil numbers</a>.</p>",
0 commit comments