An open API service indexing awesome lists of open source software.

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

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.