struct Cute {
const char* role;
short age;
const char* studying[1];
const char* interests[3];
const char* loves[1];
};
int main() {
struct Cute = {
.role = "CS Student working for the police of Berlin 🕵️♂️",
.age = 19,
.studying = {"Computer Science"},
.interests = {"Kittens", "Programming", "Friends"},
.loves = {"Kitties!!!"}
};
return ❤️;
}
AlexInABox
Follow
On vacation
I’m a CS Student working for the police of Berlin!
-
Polizei Berlin
- Germany
-
20:15
(UTC 01:00) - alexinabox.de
Highlights
- Pro
Pinned Loading
-
custom-hds
custom-hds PublicA custom Health Data Server written in Node.js to export your Heart Rate (and other stuff) live into a textfile, discord webhook, your webpage etc....
JavaScript 2
-
wol-hyper-v
wol-hyper-v PublicStart your Hyper-V VM with a remotely sent GET request to your host-pc.
JavaScript 1
-
mer-imageGenerator
mer-imageGenerator PublicA unity c# script, for MapEditorReborn, that can generate cube mosaic (pixel art) from input images in the Unity Editor.
C# 2
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.