#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}
Hi, I'm Xealea, an amateur kernel Linux developer that love C code. I am currently studying at high school and exploring the world of Linux development in my free time.
- Gitpod for my code server
- GPG for secure communication
- Docker for containerization
To start my Gitpod workspace, click on the following link:
https://gitpod.io/#https://github.com/xealea/gitpod.git
To import my GPG public key, run the following command:
curl -s https://github.com/xealea.gpg | gpg --import
To pull my Debian Docker image, run the following command:
docker pull xealea/xea:02