about summary refs log tree commit diff stats
path: root/src/pokedex.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokedex.rkt')
-rw-r--r--src/pokedex.rkt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pokedex.rkt b/src/pokedex.rkt
index 85a8eb6..cc2d9d0 100644
--- a/src/pokedex.rkt
+++ b/src/pokedex.rkt
@@ -39,4 +39,6 @@
 
 (dex-entry 12) ;; QUESTION: would this all be easier to handle if it were a vector or list instead of a hash table?
 
-;; TOMORROW I'll start to figure out how to present this data
\ No newline at end of file
+;; TOMORROW I'll start to figure out how to present this data
+
+(hash-ref (dex-entry 12) "stats") 
\ No newline at end of file