https://github.com/akshaymankar/shokunin-challenge-0416
Builds simple magic square
https://github.com/akshaymankar/shokunin-challenge-0416
Last synced: 2 months ago
JSON representation
Builds simple magic square
- Host: GitHub
- URL: https://github.com/akshaymankar/shokunin-challenge-0416
- Owner: akshaymankar
- License: other
- Created: 2016-04-13T12:41:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T04:33:59.000Z (about 9 years ago)
- Last Synced: 2025-01-30T09:43:11.398Z (4 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shokunin Challenge April 2016
## Magic Square
### What does it do?
It generates a magic square of size n (for all n > 0)
### What is a magic square?
Read here: https://en.wikipedia.org/wiki/Magic_square
### How do I run it?
Run this command:
$ ./go.sh
Where n is the number of rows (and columns (duh!)) in the square.