diff --git a/examples/cpp/slitherlink_sat.cc b/examples/cpp/slitherlink_sat.cc index 80b10fac86..ca4aec1a99 100644 --- a/examples/cpp/slitherlink_sat.cc +++ b/examples/cpp/slitherlink_sat.cc @@ -11,9 +11,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include +// Solve the Slitherlink problem: +// see https://en.wikipedia.org/wiki/Slitherlink + #include -#include #include #include "ortools/base/stringprintf.h"