You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classMoraouid {
AboutMe :
std::string Name = "Soufiane El Abboubi";
std::string SU = "Moraouid";
std::string Quote = "Code is like jok. When you have to explain it, it’s bad.";
int Age = 23;
}
A small, POSIX-like shell written in C. Minishell implements a subset of Bash behavior, including a prompt, command execution with pipelines and redirections, environment variable management, hered…
Libft is a custom C library that implements a collection of commonly used standard C library functions, as well as additional utility functions for memory management, string manipulation, character…