The reason why I got into programming at first was that I wanted to utilize Arduino to create some cool gadgets. Now I realize there are so much more I can do with computers and circuits. For examples, creating lasers.
The following crappy code gives a good demonstration of what I am good at:
#include <stdio.h>
#include <stdlib.h>
int main(){
char goodAts[][19] = {"Sleep", "Eat and drink", "Go to the bathroom"};
for(int i = 0; i <= 3; i++) {
int index = i+1;
printf("%d: %s\n", index, &goodAts[i][0]);
}
return 0;
}
It should supposedly have a segmentation fault, but it will depend on the implementation of the system.
Here is a list of programming languages I have worked with:
*This list is subject to change soon.
This is how I rank them from my most favourite to the least
*This order is subject to change soon.
Outside of programming, I love digital art and I paint anime from time to time. Go back up to check out my painting again! I hope you like them ;)
I also like to work in our community.xs
Here are some short and long term goals I have: