Lifelong Learner, that's how I describe myself. Have an interest in learning things. Since I graduated from high school, I've had an interest in programming. Currently, I'm deepening Software Engineering, Internet of Things, Artificial Intelligence, and Signal Processing. Maybe there will be interesting things in my life in the future, but who knows? Let's keep going. See ya!!!
- Web Development
- Internet of Things
- Artificial Intelligence
- Signal Processing
#include<stdio.h>
#include<stdbool.h>
int main(){
bool learning = true;
while(learning){
printf("Keep Learning");
}
return 0;
}



