From 98a73bcd1a77d8786c84428a283824fadaa18421 Mon Sep 17 00:00:00 2001 From: mdaydevelopment Date: Wed, 27 Feb 2019 15:10:32 -0600 Subject: [PATCH] test commit of test class to test repo --- test.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test.java b/test.java index 785f12f..7a55efd 100644 --- a/test.java +++ b/test.java @@ -1,3 +1,8 @@ import java.util.*; -// I am addingmore +// I am addingmore +public class test { + public static void main(String[] args) { + System.out.println("This is a test of the testing repo's test class with a test string for testing."); + } +}