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