Skip to content

Commit b8a64ab

Browse files
committed
优化“为什么以下用随机生成的文字会得出 “hello world”
1 parent c940bc0 commit b8a64ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contents/why-does-this-code-using-random-strings-print-hello-world.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ public static String randomString(int i)
6161
15 + 96 = 111 --> o
6262
18 + 96 = 114 --> r
6363
12 + 96 = 108 --> l
64-
4 + 96 = 100 --> d
64+
4 + 96 = 100 --> d
65+
66+
stackoverflow链接:http://stackoverflow.com/questions/15182496/why-does-this-code-using-random-strings-print-hello-world

0 commit comments

Comments
 (0)