Skip to content
/ snail Public

Automatically exported from code.google.com/p/snail

License

Notifications You must be signed in to change notification settings

zg2pro/snail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT Build codecov BCH compliance

snail

Automatically exported from code.google.com/p/snail

This code is inspired by an exercise I was asked to follow during (or right after) an interview @ systar, banking business it company.

I was asked to develop a java class that would produce a printout of numbers written in a snail-y way i.e. :

1  2  3  4
12 13 14 5
11 16 15 6
10 9  8  7

This class, I had to include two public methods to produce a plain text output and an html output, return type had to be String in both methods

And develop it in good fashion, implictly suggesting me to tdd it.

I ended with something looking like what we got here on github.

About

Automatically exported from code.google.com/p/snail

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages