]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/solitaire.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / solitaire.go
index 99c194f5bbac29b0b330633cf7738fb14c786b56..ac54cec0ac74442309535200457f5b00b0a6e71f 100644 (file)
@@ -1,11 +1,13 @@
 // build
 
-// don't run it - produces too much output
-
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// Test general operation by solving a peg solitaire game.
+// A version of this is in the Go playground.
+// Don't run it - produces too much output.
+
 // This program solves the (English) peg solitaire board game.
 // See also: http://en.wikipedia.org/wiki/Peg_solitaire