Files
Nim/examples/cross_todo
Erik Johansson Andersson f8d98700ac nimrod -> nim
2016-02-05 19:11:43 +01:00
..
2016-02-05 19:11:43 +01:00

The cross platform todo illustrates how to use Nim to create a backend
called by different native user interfaces.

This example builds on the knowledge learned from the cross_calculator example.
Check it out first to learn how to set up Nim on different platforms.