Last active
August 30, 2019 00:14
-
-
Save denizfurkan/d676731925ded2bb90d158bb83706158 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class Main { | |
public static void main(String[] args) { | |
Ev daire = new Ev(20, 4); // Nesne Oluşturulamaz. | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment