- 👀 I’m interested in Programming and Electronics, but mainly when they are integrated.
- 🌱 I’m currently studying (BEng) Computer Engineering. Proficient in many various langauges such as, C++, C#, C, Python, Java, MATLAB, and have dabbled in such UI/UX design using WPF and QT5/PyQT
- 💞️ I’m looking to collaborate on open source projects remotely to gain knowledge and experience.
- Country: South Africa
- Email: Darrenmlouw@gmail.com
- LinkedIn: https://www.linkedin.com/in/darrenlouw/
- Cell: +27828771881
#include <BOT.h>
using namespace darrenmlouw;
int main()
{
bool jobFOund = beginJobSearch();
if(jobFound)
{
playMeme("Noice");
}
else
{
playMeme("RickRoll");
}
}