commit 41b99f434a06ebf1f03e2a7a0025ff7fb416c209 parent f231a32474f3617fc44ac618818b7fe9d103b1f3 Author: Andrew Laack <andrew@laack.co> Date: Wed, 12 Aug 2026 00:25:22 -0500 Side effects, already??? Diffstat:
| A | ch2/test.ml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/ch2/test.ml b/ch2/test.ml @@ -0,0 +1,2 @@ +let x : int = 3110;; +print_int x ;;