awcodify / go-exercism

learning golang with exercism.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

The solutions of exercism.io challange. note: this solutions using Golang

Solved

  • Hello World -> The classical introductory exercise. Just say "Hello, World!"
  • Two Fer -> Create a sentence of the form "One for X, one for me."
  • Leap -> Given a year, report if it is a leap year.
  • Clock -> Implement a clock that handles times without dates.
  • Gigasecond -> Calculate the moment when someone has lived for 10^9 seconds.
  • Hamming -> Calculate the Hamming difference between two DNA strands.
  • Raindrops -> Convert a number to a string, the contents of which depend on the number's factors.

About

learning golang with exercism.io


Languages

Language:Go 100.0%