Skip to content
View russoanto's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

Block or report russoanto

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

Hello there ๐Ÿ‘‹

#!/usr/bin/python
# -*- coding: utf-8 -*-


class ComputerScience:

    def __init__(self):
        self.name = "Russo Antonio"
        self.role = "Computer Science Student"
        self.language_spoken = ["it_IT", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = ComputerScience()
me.say_hi()

๐Ÿ”ง Technologies & Tools

Programming Languages:

C C++ Python Rust

๐Ÿ† Leetcode Stats

Leetcode Stats

Popular repositories Loading

  1. AD_assignment_1 AD_assignment_1 Public

    C++

  2. AD_assignment_2 AD_assignment_2 Public

    C++

  3. AD_assignment_3 AD_assignment_3 Public

    pf implementation

    C++

  4. ctf ctf Public

    Assembly

  5. Modern-CPP-Programming Modern-CPP-Programming Public

    Forked from federico-busato/Modern-CPP-Programming

    Modern C++ Programming Course (C++03/11/14/17/20/23/26)

    HTML

  6. filmreviews filmreviews Public

    Python