From 27e64b2362b1c0bb71eb8dc5d6e61d0536bb0bdc Mon Sep 17 00:00:00 2001 From: Ryan Boldi Date: Sun, 31 Jul 2022 09:10:20 -0400 Subject: [PATCH] grade prints, scrabble score doesn't --- src/propeller/problems/PSB1/grade.cljc | 2 +- src/propeller/problems/PSB1/scrabble_score.cljc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/propeller/problems/PSB1/grade.cljc b/src/propeller/problems/PSB1/grade.cljc index 399619e..008ad95 100644 --- a/src/propeller/problems/PSB1/grade.cljc +++ b/src/propeller/problems/PSB1/grade.cljc @@ -49,7 +49,7 @@ :in4 (nth input 3) :in5 (nth input 4)}) (:step-limit argmap)) - :string)) + :print)) inputs) errors (map (fn [correct-output output] (if (= output :no-stack-item) diff --git a/src/propeller/problems/PSB1/scrabble_score.cljc b/src/propeller/problems/PSB1/scrabble_score.cljc index d77ab53..3518cc7 100644 --- a/src/propeller/problems/PSB1/scrabble_score.cljc +++ b/src/propeller/problems/PSB1/scrabble_score.cljc @@ -50,7 +50,7 @@ (utils/not-lazy (concat ;;; stack-specific instructions - (get-stack-instructions #{:exec :integer :boolean :char :vector_integer :string :print}) + (get-stack-instructions #{:exec :integer :boolean :char :vector_integer :string}) ;;; input instructions (list :in1) ;;; close