From cfcd0990600545aa825d040bb4c1827e5c35fce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 25 Oct 2020 12:50:54 +0100 Subject: [PATCH] remove bad script --- examples/frandom.csn | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 examples/frandom.csn diff --git a/examples/frandom.csn b/examples/frandom.csn deleted file mode 100644 index b0e96bd..0000000 --- a/examples/frandom.csn +++ /dev/null @@ -1,8 +0,0 @@ -( - (:loop) - (frng r0 0.0 1.0) - (fcmp r0 1.0 - (lt? (j :loop)) - (eq? (lds @cout "OK")) - (gt? (lds @cout "OVER!"))) -)