Hello, there. I'm bbeetlesam.
This is my GitHub account that contains all of my projects, including games, web stuffs, obscure things, etc.
- Really into Programming, but likely focused on
Game Development
(i love si and siplasplas). - A pretty-much loyal
VSCode
user (but sometimes i use other editors/IDE's too, like Webstorm and Trae).\ - Would die for
The Beatles
(really, i mean it).
#include <iostream>
int main()
{
[]{
int (*p)(const char*) = puts;
const char message[] = {65, 110, 100, 32, 105, 110, 32, 116, 104, 101, 32,
101, 110, 100, 44, 32, 116, 104, 101, 32, 108, 111,
118, 101, 32, 121, 111, 117, 32, 116, 97, 107, 101,
32, 105, 115, 32, 101, 113, 117, 97, 108, 32, 116,
111, 32, 116, 104, 101, 32, 108, 111, 118, 101, 32,
121, 111, 117, 32, 109, 97, 107, 101, 0};
p(message);
}();
}