From b29eba231447566f974c1f4782a578997fd4c445 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 14 Apr 2016 04:07:45 -0400 Subject: [PATCH] WIP --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 04542fb4..3edd2142 100644 --- a/TODO +++ b/TODO @@ -28,7 +28,7 @@ Tier 0: - FFI - want to create an example program (lib?) that does something interesting, like make a cURL request for that, will need to be able to include the appropriate C header(s), and link to the appropriate C libraries - +- game of life demo - need to fix this up (one way or the other) so it runs Tier 1: