diff options
author | elioat <elioat@tilde.institute> | 2022-12-04 08:21:27 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2022-12-04 08:21:27 -0500 |
commit | ee9e7a3e9f4c26f783186ea5f577bc025ec429f3 (patch) | |
tree | e2e7cd792762686f9d671cbb028a5156dc050def /src/tmp.rkt | |
parent | 82313cfcd1963ba854f97ef904ac35727f982aef (diff) | |
download | december-2022-ee9e7a3e9f4c26f783186ea5f577bc025ec429f3.tar.gz |
staaaay on target
Diffstat (limited to 'src/tmp.rkt')
-rw-r--r-- | src/tmp.rkt | 4 |
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! + |