Skip to content
View hasangungor's full-sized avatar
💻
focus
💻
focus
Block or Report

Block or report hasangungor

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

Hi everyone 👋

I am a software engineer developing iOS applications. 💻 📱

Pinned

  1. Muvi Muvi Public

    The Muvi iOS Application.

    Swift 1

  2. Swift - Protocol Oriented Programming Swift - Protocol Oriented Programming
    1
    
                  
    2
    protocol Walkable {
    3
        func walk()
    4
    }
    5
    
                  
  3. python_playground python_playground Public

    OOP Demo with Python

    Python