1pub mod bob;
2pub mod leap;
3pub mod grains;
4pub mod series;
5pub mod reverse;
6pub mod squares;
7pub mod proverb;
8pub mod nth_prime;
9pub mod beer_song;
10pub mod armstrong;
11pub mod raindrops;
12pub mod high_scores;
13pub mod prime_factors;
14pub mod diffie_hellman;
15pub mod sum_of_multiples;
16pub mod matching_brackets;
17pub mod collatz_conjecture;
18
19pub mod luhn;
21pub mod fizzy;
22pub mod sublist;
23pub mod anagram;
24pub mod acronym;
25pub mod luhn_from;
26pub mod luhn_trait;
27pub mod custom_set;
28pub mod palindrome;
29pub mod minesweeper;
30pub mod alphametics;
31pub mod all_your_base;
32pub mod perfect_numbers;
33pub mod largest_series_product;
34pub mod rna_transcription;
35
36pub mod parallel_letter_frequency;