Automatic add

This commit is contained in:
Timo Schmidt 2023-03-28 16:10:57 +02:00
parent c6eb75d980
commit 489d8783f1
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/21 02:59:50 by tischmid #+# #+# */
/* Updated: 2023/03/28 14:54:20 by tischmid ### ########.fr */
/* Updated: 2023/03/28 16:10:51 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
@ -37,7 +37,7 @@ int main(void)
{
char s1[BUFSIZE];
for (int i = -128; i < 127; ++i)
for (int i = -128; i < 128; ++i)
{
s1[i + 128] = i ? i : 1;
}