Skip to content

Commit

Permalink
Merge pull request #31 from athiranair2000/fruits
Browse files Browse the repository at this point in the history
pear and apple added 🍎 🍐
  • Loading branch information
AbhilashG97 authored Dec 12, 2018
2 parents ebe4ae9 + 24e45c5 commit beac945
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Fruits/Apple.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

class Pear {
public static void main(String[] args) {
System.out.println("Apple !!");
}
/**
*
* @author abhijit
Expand All @@ -9,5 +14,4 @@ public static void main(String[] args) {
System.out.println("Apple");

}

}

0 comments on commit beac945

Please sign in to comment.