C was my first programming language. I started learning it back in high school (11th grade, 2017), and I absolutely loved it. Looking back at some of those old codes now makes me feel nostalgic — many of them are quite elementary, but they remind me of how it all began.
These days, I mostly use C++ and Python, but for a long time, I approached projects and problems with a C-style mindset. I didn’t maintain a GitHub repository back then, so this space now holds some of those memories.
This repository contains my early C programs — small projects, experiments, and exercises I wrote while learning the fundamentals of programming.
You’ll find:
- 🔢 Basic algorithm implementations
- 📚 Classic problems (loops, arrays, pointers, etc.)
- 🧩 Small projects from my learning journey
- 💾 Some unpolished but meaningful code memories
- C
This repo is a nostalgic archive — a reminder of where it all started.
If you’re just beginning with C, I hope these codes inspire you the same way C inspired me years ago. 💙