commit dcf547b4e169d852acba76b3ab915dec16a05d04 parent 06e9114cb60dec1a71755972b70b80c8f777d8e0 Author: Andrew Laack <andrew@laack.co> Date: Thu, 27 Aug 2026 13:30:05 -0500 Started working on hierarchy Diffstat:
| R | example/haskell.rl -> courses/haskell/0_haskell.rl | | | 0 | |
| A | courses/haskell/1_haskell.rl | | | 5 | +++++ |
| R | example/ocaml.rl -> courses/ocaml/0_ocaml.rl | | | 0 | |
| A | courses/ocaml/1_ocaml.rl | | | 3 | +++ |
4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/example/haskell.rl b/courses/haskell/0_haskell.rl diff --git a/courses/haskell/1_haskell.rl b/courses/haskell/1_haskell.rl @@ -0,0 +1,5 @@ +# SMT + +This is some information. + +<script> alert() </script> diff --git a/example/ocaml.rl b/courses/ocaml/0_ocaml.rl diff --git a/courses/ocaml/1_ocaml.rl b/courses/ocaml/1_ocaml.rl @@ -0,0 +1,3 @@ +# 1) OCaml + +this is the second page.