This commit is contained in:
2026-03-31 08:06:49 +07:00
parent e611e0222f
commit b1cbc67664
5 changed files with 73 additions and 2 deletions

3
guessing_game/main.jl Normal file
View File

@@ -0,0 +1,3 @@
using Base
guess_number = Base.rand([1:1:100...])