grade prints, scrabble score doesn't
This commit is contained in:
parent
dd1fc99205
commit
27e64b2362
src/propeller/problems/PSB1
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user