Skip to content
View M3tex's full-sized avatar

Block or report M3tex

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
M3tex/README.md

Hello, world 👋

class M3tex:
    def __init__(self):
        self.username = "M3tex"
        self.location = "France"
        self.occupation = "Computer Sciences student"

    
    def greet(self, visitor):
        print(f"Hey {visitor} ! My name is {self.username}, I am a {self.occupation} from {self.location} !")


if __name__ == '__main__':
    me = M3tex()
    me.greet(you)

Pinned Loading

  1. arc arc Public

    Algo-RAM Compiler

    C

  2. ArgoBot ArgoBot Public

    Un petit bot Discord utilisé dans un serveur de plongeurs !

    Python

  3. Machine-RAM Machine-RAM Public

    Un simulateur de machine RAM écrit en C

    C

  4. GameOfLife GameOfLife Public

    C

  5. SortVisualizer SortVisualizer Public

    C