RosettaCodeData/Task/Program-termination/Racket/program-termination-1.rkt

4 lines
66 B
Racket
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#lang racket
(run-stuff)
(when (something-bad-happened) (exit 1))