From 7b67ab3d6fbc74c95f35b992286cb98492c8b433 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 6 Sep 2023 14:05:17 -0500 Subject: restructured filetree --- examples/guessing.sloth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/guessing.sloth b/examples/guessing.sloth index ef680c9..cfb293d 100644 --- a/examples/guessing.sloth +++ b/examples/guessing.sloth @@ -1,5 +1,5 @@ fn main() Int { - var computer: Int = randGen(1, 10); + val computer: Int = randGen(1, 10); var tries: Int = 0; var correct: Bool = false; -- cgit v1.2.3