@c0d1r
Starting my journey to learn C programming! 🚀
Today, I learned about variables and data types. It's amazing how powerful the basics can be!
Here’s my first line of code:
#include <stdio.h>
int main() {
printf("Hello, C World!\n");
return 0;
}
Excited to learn more every day! #CLanguage #CodingJourney #100DaysOfCode #Programming