Skip to content
View Sofiane5900's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Sofiane5900

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Sofiane5900/README.md

πŸ‘‹ Hi there, I'm Sofiane

About me

A developer from France who loves creating, experimenting, and solving problems.
Always curious and looking for ways to improve.

GitHub Discord


πŸš€ About Me

using System;
using System.Collections.Generic;

namespace AboutMe
{
    public class Sofiane
    {
        public string Name { get; } = "Sofiane";
        public string Location { get; } = "France";
        public int CodingSince { get; } = 2024;
        
        public List<string> Languages { get; } = new List<string> 
        { 
            "C#",
            "C/C++", 
        };
        
        public string CurrentGoal { get; } = "Working toward becoming a better developer";
        
        public string FunFact { get; } = "Creating bugs since 2024 (and fixing them too πŸ˜„)";
        
        public void SayHi()
        {
            Console.WriteLine("Thanks for visiting my GitHub profile!");
        }
    }
}

πŸ’» Try my CLI command!

npx sofiane

πŸ› οΈ Currently Using


πŸ“ˆ GitHub Stats

GitHub Stats Most Used Languages

GitHub Trophies

Pinned Loading

  1. npx-cardme npx-cardme Public

    A dev-focused CLI tool to create and share your own interactive business card in the terminal.

    JavaScript 6

  2. Roleworld-Engine Roleworld-Engine Public

    Engine for persistent, systemic roleplay worlds β€” GUI-based, simulation-driven.

    C# 4