- 👋 Hi, I’m Aleks Gerenski, @theshatterstone
 - 👀 I’m interested in Software Engineering, System Administration, Self-Hosting, Operating Systems and Linux!
 - 🌱 I’m currently doing an Undergraduate Degree in Computer Science at the University of Nottingham
 - 📫 How to reach me: [email protected]
 
Secret Message Below: (Can you guess what it says?)
#include <stdio.h>
int main() {
  char *gitHost = "GitLab";
  char *myAccount = "https://gitlab.com/theshatterstone";
  printf("I have switched to %s for all my projects, so you can find me there at %s\n", gitHost, myAccount);
  return 0;
}