#include <unistd.h>
/*
* main - Entry point
*
* Return: 1 (sucess)
*/
int main(void)
{
char txt[] = "Hello coders";
write(1, txt, 13);
return (1);
}
- π± Iβm currently learning at alx africa taking a holbertonschool course.
- π¬ Ask me about anything.
- β¨ currently working on frontend.
- π Exploring Technical Content Writing.
- Open-source developement
- blockchain technology
- zero knowledge proof
- My Portfolio (Website)