From 3aef04e051921c5ebcc63c108aeeeee6665cd4e3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-0B563Q2\\engrm" Date: Mon, 12 Mar 2018 01:48:38 +0600 Subject: [PATCH] jhafda --- src/com/mahadi/AnnonymousDemo.java | 5 +++-- test.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 test.txt diff --git a/src/com/mahadi/AnnonymousDemo.java b/src/com/mahadi/AnnonymousDemo.java index 2109759..88da5c6 100644 --- a/src/com/mahadi/AnnonymousDemo.java +++ b/src/com/mahadi/AnnonymousDemo.java @@ -3,15 +3,16 @@ /** * Created by Mahadi on 1/31/2018. */ +//I am working on git and github ...so i am clone your sample code public class AnnonymousDemo { public static void main(String[] args) { - Eatable eatable = new Eatable() { + Eatable eatab = new Eatable() { @Override public void eat() { - System.out.println("Animal Can Eat"); + System.out.println("Test github fork"); } }; eatable.eat(); diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..d81e34d --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +testing for github fork hhhhhhhhhhhhhh \ No newline at end of file