Skip to content

Commit 65bc469

Browse files
committed
edit 2048 imports
1 parent c2ffdce commit 65bc469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdp/2048.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55

6-
# import Base: rand, <, ==
6+
import Base: rand, <, ==
77

88
# =======================================================================
99
# This code implements 2048 with a state type of UInt64.

0 commit comments

Comments
 (0)