Skip to content

Instantly share code, notes, and snippets.

View canyoldas0's full-sized avatar
😎

Can Yoldas canyoldas0

😎
  • Amsterdam, Netherlands
  • X @cyns0
View GitHub Profile
**Privacy Policy**
This Privacy Policy governs the manner in which Linkmark collects, uses, maintains, and discloses information collected from users ("User" or "You") of the Linkmark iOS application.
**Information Collection and Use**
Linkmark does not collect any personal information or data from its users. We do not gather, store, or process any data that could potentially identify you.
**In-App Purchases**
@canyoldas0
canyoldas0 / Readme.md
Last active October 10, 2021 09:53
README

CAN YOLDAS

readme

@canyoldas0
canyoldas0 / Instructor.java
Last active May 2, 2021 08:13
Inheritance practice
package com.company;
public class Instructor extends User{
}