Skip to content

Commit

Permalink
Merge pull request #33 from jasnasuresh/newb
Browse files Browse the repository at this point in the history
Changed the fruit name
  • Loading branch information
AbhilashG97 authored Dec 12, 2018
2 parents 5b99654 + 74400c3 commit ebe4ae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Fruits/pineapple.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class pineapple {
public static void main(String[] args) {
System.out.println("Pineapple!!"); //Jasna
}
}

0 comments on commit ebe4ae9

Please sign in to comment.