Skip to content
View russoanto's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing
  • 05:50 (UTC +01:00)

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.

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
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()

πŸ“ Blogs

πŸ”§ 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. blog blog Public

    HTML

  6. 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