Kaynağa Gözat

first commit

1704110111 6 yıl önce
işleme
798a1986d3
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+public class HelloWorld{
+	public static void main(String[] args){
+		System.out.println("HelloWorld");
+	}
+}