public class s95
{
public static Tuple<string, string, string> Contact()
{
string Discord = "shen06484";
string Telegram = "t.me/momoguisse92";
string Website = "Not Avaible";
return new Tuple<string, string, string>(Discord, Telegram, Website);
}
public static Tuple<string, List<string>, int, string> Me()
{
string Name = "S...";
List<string> Speak = new List<string> { "French", "Arabic", "Spanish", "English" };
int Age = 91;
string Year = "1933";
return new Tuple<string, List<string>, int, string>(Name, Speak, Age, Year);
}
public static Tuple<Dictionary<string, List<string>>, List<string>, List<string>> Dev()
{
Dictionary<string, List<string>> Code = new Dictionary<string, List<string>>
{
{ "Expert", new List<string> { "Python", "Lua" } },
{ "Pro", new List<string> { "Golang", "C#", "JavaScript" } },
{ "Medium", new List<string> { "C", "C++" } }
};
List<string> Devs = new List<string> { "Backend", "Software", "Frontend (BAD)" };
List<string> Editor = new List<string> { "VSCode", "Visual Studio", "CLion", "PyCharm", "IntelliJ Idea" };
return new Tuple<Dictionary<string, List<string>>, List<string>, List<string>>(Code, Devs, Editor);
}
}
s95268
Follow
📺
I may be slow to respond.
Freelance developer specializing in games projects and network.
-
Rizzle. Tech
- Paris
-
12:58
(UTC +01:00)
Highlights
- Pro
Popular repositories Loading
-
FiveM-Bot-Detection
FiveM-Bot-Detection PublicGo application that detects bots on FiveM servers by querying players' Steam profiles.
Go 1
-
-
-
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.