Skip to content

Commit

Permalink
added the fruit juices
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashG97 authored and jasnasuresh committed Dec 12, 2018
1 parent 15d8646 commit 744f3c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FruitJuice/Jasna/guava.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class guava {
public static void main(String[] args) {
System.out.println("Guava");
}
}
5 changes: 5 additions & 0 deletions FruitJuice/Jasna/mango.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class mango {
public static void main(String[] args) {
System.out.println("Mango");
}
}
5 changes: 5 additions & 0 deletions FruitJuice/Jasna/orange.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class orange {
public static void main(String[] args) {
System.out.println("Orange");
}
}

0 comments on commit 744f3c6

Please sign in to comment.