This project contains the materials to participate in the workshop. Preparations have been made to ensure that golang
works. Effort has been taken to prepare also for different platforms, like python
, kotlin
and swift
. But are not guaranteed to work.
See katas
folder for all the assignments and information required.
- Clone this
- Open your favorite IDE
- Open
platforms/<your platform>
- Try to run the
test.*
file. Ie, ingolang
it iscard_reader_test.go
. Inpython
it istest.py