First Output Solutions

1 ranked public solution.

Solutions

AuthorTitleRulesStepsEval ChecksCumulative State
Tim WattsStdout Says Ok33641 bytes

Stdout Says Ok

By Tim Watts. 3 rules, 3 steps, 6 eval checks, 41 bytes cumulative state.

---
title: Stdout Says Ok
slug: stdout-says-ok
author: Tim Watts
website: https://readevalprint.com
summary: Change the stdout text while leaving the scaffold alone.
---
START ::= LOG\nEXIT
LOG ::> stdout ok
EXIT ::- 0
::=
START