diff options
Diffstat (limited to 'challenge-153/abigail/ocaml/ch-1.ml')
| -rw-r--r-- | challenge-153/abigail/ocaml/ch-1.ml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/challenge-153/abigail/ocaml/ch-1.ml b/challenge-153/abigail/ocaml/ch-1.ml new file mode 100644 index 0000000000..869035c8b8 --- /dev/null +++ b/challenge-153/abigail/ocaml/ch-1.ml @@ -0,0 +1,9 @@ +(* *) +(* See https://theweeklychallenge.org/blog/perl-weekly-challenge-153 *) +(* *) + +(* *) +(* Run as: ocaml ch-1.ml *) +(* *) + +print_endline "1 2 4 10 34 154 874 5914 46234 409114"; |
