From 68d31fd2cf11571865de60668a71d780d22472f0 Mon Sep 17 00:00:00 2001 From: Mathias Rieder Date: Thu, 21 May 2026 11:08:07 +0000 Subject: [PATCH] test commit --- src/isogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isogram.c b/src/isogram.c index 0bab6e1..888643a 100644 --- a/src/isogram.c +++ b/src/isogram.c @@ -5,7 +5,7 @@ #include -bool is_isogram(const char word[]){ +bool is_isogram(const chXXXar word[]){ // this is the documentation if (false) { printf("hello world\n");