Skip to content
View ulysse-mercadal's full-sized avatar
  • paris
  • 14:45 (UTC +02:00)

Block or report ulysse-mercadal

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ulysse-mercadal/README.md

Hello World, I'm Ulysse Mercadal

my LinkedIn

Linux Bash Git Docker

C C++ OpenGL Vulkan Java Zig

TypeScript JavaScript Dart

MongoDB PostgreSQL Prisma FastAPI NestJS React Tailwind Flutter




Top Languages


class UMercadal:
    def __init__(self):
        self.name = "Ulysse Mercadal"
        self.age = 20
        self.role = "3rd year C.S. student"
        self.education = "Epitech Lyon and Paris"
        self.languages = ["French", "English"]
        self.interests = ["Solo traveling", "code", "mountain sports"]

    def get_info(self):
        info = f"πŸ‘‹ Hi, I'm {self.name}!\n"
        info += f"πŸ‘¨β€πŸ’» I'm a {self.age}-year-old {self.role}.\n"
        info += f"πŸŽ“ Currently studying at {self.education}.\n"
        info += f"🌐 I can fluently communicate in {', '.join(self.languages)}.\n"
        info += f"πŸ’‘ My interests include: {', '.join(self.interests)}."
        return info

UMercadal = UMercadal()
print(UMercadal.get_info())

Pinned Loading

  1. area area Public

    TypeScript 2

  2. zappy zappy Public

    C++

  3. raytracer raytracer Public

    C++

  4. jetpack jetpack Public

    C++

  5. mini-libc mini-libc Public

    Assembly

  6. robot_factory robot_factory Public

    first part of epitech core war project |last project of the tek1

    C 1