diff options
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! + |