adding code for the first time

This commit is contained in:
2025-04-28 03:06:29 +09:00
commit 057269ff4a
2 changed files with 539 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
cc -Wall -g -o ctx ctx.c