diff options
author | Rob Pike <r@golang.org> | 2008-06-06 13:28:03 -0700 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2008-06-06 13:28:03 -0700 |
commit | a680dbdfffda9c49d77447312e6dd000db3592bb (patch) | |
tree | 9fc78195cd6f45b370bba69597b64afd6e0f7bb3 /test/turing.go | |
parent | 8b253a1f55765e07b98d1f32e3f6d704fd69f956 (diff) | |
download | golang-a680dbdfffda9c49d77447312e6dd000db3592bb.tar.gz |
lots of new tests
SVN=121464
Diffstat (limited to 'test/turing.go')
-rw-r--r-- | test/turing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/turing.go b/test/turing.go index 2b6b69b18..c622bfb74 100644 --- a/test/turing.go +++ b/test/turing.go @@ -10,7 +10,7 @@ package main func main() { var a [30000]byte; - prog := "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>."; + prog := "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.!"; p := 0; pc := 0; for { |