learning-cc4e

Solution to https://cc4e.com/. If you copy these you're not right in the head.
git clone https://kaka.farm/~git/learning-cc4e
Log | Files | Refs

solution.c (57B)


      1 #include <stdio.h>
      2 main() {
      3   printf("Hello world\n");
      4 }