From 78893129b6c323a474b4a8e09c85c161b5bc715a Mon Sep 17 00:00:00 2001 From: AbhilashG97 Date: Tue, 11 Dec 2018 14:44:23 +0530 Subject: [PATCH] added star-fruit --- Fruits/StarApple.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Fruits/StarApple.java diff --git a/Fruits/StarApple.java b/Fruits/StarApple.java new file mode 100644 index 0000000..8bcd5cc --- /dev/null +++ b/Fruits/StarApple.java @@ -0,0 +1,6 @@ +public class StarApple { + // Abhilash G + public static void main(String[] args) { + System.out.println("Star Apple !!"); + } +} \ No newline at end of file