I've quit using this blog as a memo.

My first article

2022-07-16

Yeahhhhhhh

#include <stdio.h>

int main(void)
{
    puts("hello world");
}