diff options
Diffstat (limited to 'examples/cross_todo/readme.txt')
-rw-r--r-- | examples/cross_todo/readme.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/cross_todo/readme.txt b/examples/cross_todo/readme.txt deleted file mode 100644 index 5be01e197..000000000 --- a/examples/cross_todo/readme.txt +++ /dev/null @@ -1,5 +0,0 @@ -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. |