https://github.com/awcodify/go-exercism
learning golang with exercism.io
https://github.com/awcodify/go-exercism
golang golang-examples golang-wrapper
Last synced: about 2 months ago
JSON representation
learning golang with exercism.io
- Host: GitHub
- URL: https://github.com/awcodify/go-exercism
- Owner: awcodify
- Created: 2017-09-11T07:42:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T04:14:38.000Z (over 7 years ago)
- Last Synced: 2025-02-04T15:29:50.321Z (4 months ago)
- Topics: golang, golang-examples, golang-wrapper
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is it?
The solutions of exercism.io challange.
_note: this solutions using Golang_# Solved
* [Hello World](http://exercism.io/exercises/go/hello-world/readme) -> The classical introductory exercise. Just say "Hello, World!"
* [Two Fer](http://exercism.io/exercises/go/two-fer) -> Create a sentence of the form "One for X, one for me."
* [Leap](http://exercism.io/exercises/go/leap) -> Given a year, report if it is a leap year.
* [Clock](http://exercism.io/exercises/go/clock) -> Implement a clock that handles times without dates.
* [Gigasecond](http://exercism.io/exercises/go/gigasecond) -> Calculate the moment when someone has lived for 10^9 seconds.
* [Hamming](http://exercism.io/exercises/go/hamming) -> Calculate the Hamming difference between two DNA strands.
* [Raindrops](http://exercism.io/exercises/go/raindrops) -> Convert a number to a string, the contents of which depend on the number's factors.