Hi there 👋
#include <unistd.h>
/*
* main - Entry point
*
* Return: 1 (sucess)
*/
int main(void)
{
char txt[] = "Hello coders";
write(1, txt, 13);
return (1);
}About
- 🌱 I’m currently learning at alx africa taking a holbertonschool course.
- 💬 Ask me about anything.
- ✨ currently working on frontend.
- 🔭 Exploring Technical Content Writing.
🌱 Interests:
- Open-source developement
- blockchain technology
- zero knowledge proof
✨ Coming Soon:
- My Portfolio (Website)
🔥 Contributions



