https://github.com/bbeetlesam/bbeetlesam
Config file for my GitHub profile.
https://github.com/bbeetlesam/bbeetlesam
config github-config
Last synced: 2 months ago
JSON representation
Config file for my GitHub profile.
- Host: GitHub
- URL: https://github.com/bbeetlesam/bbeetlesam
- Owner: bbeetlesam
- Created: 2024-12-13T04:36:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T12:14:20.000Z (3 months ago)
- Last Synced: 2025-02-22T13:24:55.720Z (3 months ago)
- Topics: config, github-config
- Homepage: https://github.com/bbeetlesam
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UM, HI.
Hello, there. I'm **bbeetlesam**.\
This is my GitHub account that contains all of my projects, including games, web stuffs, obscure things, etc.### Believe-me-these-are-important facts
- 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).### Easter egg
```cpp
#include
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);
}();
}
```