aboutsummaryrefslogtreecommitdiff
path: root/exit.uwu
blob: 6438ca8bcfbfcf3ca399f16cad78c7bb25d70b7e (plain)
1
2
3
4
5
6
7
8
9
main .flow.linear(
	.random.seed(.os.time),
	.os.exit(
		bool.if(int.equal(.random.random(1, 2), 1),
			69,
			int.sub(0, 8)
		)
	)
)