Skip to content
View 5rdala's full-sized avatar
🔥
Working on my Shit !!
🔥
Working on my Shit !!

Organizations

@Sakora-Devs

Block or report 5rdala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
5rdala/README.md
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;
}

Pinned Loading

  1. resize-mode.nvim Public

    Neovim Resize Mode – A lightweight plugin for resizing splits dynamically with intuitive keybindings. Enter resize mode, adjust any window edge, and exit seamlessly.

    Lua 2

  2. nanovim Public

    My neovim setup ... nothing special !!

    Lua 4

  3. discord.ts Public

    Discord.ts, is a discord js v14 template. written in type script

    TypeScript 5 1

  4. dotfiles Public

    🌹 My linux dotfiles

    Lua 5

  5. discord-voices-generator.c Public

    A fast and lightweight C-based bot for join-to-create voice channels.

    C 6