Hello! Welcome to my blog!

This website will be a kind of a notebook. A notebook mostly about computer science and cybersecurity, but other posts may also appear here.

For now, let’s get started:

#include <iostream>

int main() {
  std::cout << "Hello world!\n";
  return 0;
}

PS. If you wish to find more about me, you are welcome to visit my little personal website.