diff --git a/Fruits/Strawberry.java b/Fruits/Strawberry.java new file mode 100644 index 0000000..70f3518 --- /dev/null +++ b/Fruits/Strawberry.java @@ -0,0 +1,6 @@ +public class Strawberry { + public static void main(String[] args){ + //Hridya + System.out.println("I love Strawberries"); + } +}