my 42cursurs projects. you can read details each project's documents(pdf, txt ...)
make my static library in c
read line which terminated by new line(\n) or null
make own printf
my first esolang The-wall-themed which appear in game of thrones
my first esolang ray tracing with Ray Tracing in One Weekend - by Peter Shirley
to use:
g++ -std=c++0x main.cc -o main && ./main > test.ppm && open test.ppm