learning-cc4e

Solution to https://cc4e.com/. If you copy these you're not right in the head.
Log | Files | Refs

commit 2ada2f036f28109a5b717d992dd72c13ae87b76e
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Tue, 31 Oct 2023 18:01:34 +0200

First commit.

Diffstat:
A01/k-n-r-1-1.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/01/k-n-r-1-1.c b/01/k-n-r-1-1.c @@ -0,0 +1,4 @@ +#include <stdio.h> +main() { + printf("Hello world\n"); +}