- Greets people in English French and Spanish
- Basic integer operations (Addition, Subtraction, Multiplication, Division)
- Repeats an inputted integer the number of times specified in the input
- Various Array functions, summing single array, summing multiple arrays, summing multiple array tails
- Calculating Areas of various shapes by utilizing interfaces and methods
- Representing Bitcoin wallets and various basic operations such as deposit and withdraw
- Basic CRUD operations on a string to string dictionary
- Injects fmt's Fprintf method as a dependency for printing
- Different types of Countdown timers
- Concurrently checking some mocked up statuses of websites
- Concurrently races two inputted urls against one another and returns the one giving back a response faster
- Dynamically processes different types of structs by applying an inputted function to each of the string fields of the struct
- Concurrent Counter object