From 10666383801d020f6a2c959df7fc845279d85fcb Mon Sep 17 00:00:00 2001 From: Sigma Date: Mon, 16 Sep 2024 21:46:19 +0200 Subject: [PATCH] add comment about the program --- turing.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/turing.sql b/turing.sql index 32e2fa4..8f5adbc 100644 --- a/turing.sql +++ b/turing.sql @@ -14,6 +14,7 @@ CREATE TABLE program ( reject BOOL DEFAULT false ); +-- This program is a binary palindrome recognizer, using the value 'a' and 'b'. INSERT INTO program VALUES -- search right (000, 0 , 100, 0 , 0, false, false), -- input is empty; accept