typedef struct {
char *name;
int age;
char *fun_fact;
} User;
int main(int argc, char *argv[])
{
User me = {};
me.name = "Marouane Souiri";
me.age = 18;
me.fun_fact = "5rdala is a high quality weed in morroco";
return 0;
}
🔥
Working on my Shit !!
Highlights
Pinned Loading
-
resize-mode.nvim
resize-mode.nvim PublicNeovim Resize Mode – A lightweight plugin for resizing splits dynamically with intuitive keybindings. Enter resize mode, adjust any window edge, and exit seamlessly.
Lua 2
-
discord.ts
discord.ts PublicDiscord.ts, is a discord js v14 template. written in type script
-
discord-voices-generator.c
discord-voices-generator.c PublicA fast and lightweight C-based bot for join-to-create voice channels.
C 6
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.