about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-12-04 08:21:27 -0500
committerelioat <elioat@tilde.institute>2022-12-04 08:21:27 -0500
commitee9e7a3e9f4c26f783186ea5f577bc025ec429f3 (patch)
treee2e7cd792762686f9d671cbb028a5156dc050def /src
parent82313cfcd1963ba854f97ef904ac35727f982aef (diff)
downloaddecember-2022-ee9e7a3e9f4c26f783186ea5f577bc025ec429f3.tar.gz
staaaay on target
Diffstat (limited to 'src')
-rw-r--r--src/tmp.rkt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tmp.rkt b/src/tmp.rkt
index 2f63905..655c567 100644
--- a/src/tmp.rkt
+++ b/src/tmp.rkt
@@ -54,4 +54,6 @@
 ;; NEXT STEPS -> https://stackoverflow.com/questions/13504302/racket-scheme-filtering
 
 
-(displayln (hash-ref (car (hash-ref test-data "stats")) 'base_stat))
+(displayln (hash-ref (car (hash-ref test-data "stats")) 'base_stat)) ;; just show the specific stat
+(displayln (car (hash-ref test-data "stats"))) ;; show tne entire hash table!
+