From f23b2f62ed682c91b05bca6fff8eef8459a469ee Mon Sep 17 00:00:00 2001 From: prabhakar369 Date: Tue, 11 Dec 2018 14:15:55 +0530 Subject: [PATCH] prabhakar --- Fruits/strawberry.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Fruits/strawberry.java diff --git a/Fruits/strawberry.java b/Fruits/strawberry.java new file mode 100644 index 0000000..3ab97e0 --- /dev/null +++ b/Fruits/strawberry.java @@ -0,0 +1,5 @@ +public class strawberry { + public static void main(String[] args) { + System.out.println("i love the strawberry !!"); + } +}