Skip to content
View systematiq-one's full-sized avatar

Block or report systematiq-one

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
systematiq-one/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.alias = "Systematiq"
        self.role = "Software Engineer"
        self.language_spoken = ["en_EN", "ro_RO", "ru_RU"]
        self.website = "systematiq.one"

    def say_hi(self):
        print("Thanks for dropping.. Bye")


me = SoftwareEngineer()
me.say_hi()

Coding

Popular repositories Loading

  1. systematiq-one systematiq-one Public

  2. system-website system-website Public

    My personal website built with React

    JavaScript