diff --git a/README.org b/README.org new file mode 100644 index 0000000..08c7d35 --- /dev/null +++ b/README.org @@ -0,0 +1,7 @@ +* C Playground + +This is a playground for prototyping and projects written in C. + +Typically all my C projects start here. + +Currently working on a grapher, bitmap render and eventually a 3d raytracer.