Hello world!

Jan 06 2025

The content will be uploaded soon cause I am writting this in night 2:00am I have to sleep 😴

#include <iostream>

int main() {
	std::string a = "some random long string which is pretty much long enough to be scrolled"
	return 0;
}