This commit is contained in:
2026-01-31 13:25:49 +05:00
parent 4be68698dd
commit 4807af64d9
2 changed files with 26 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
package wordStat;
public class WordStat {
public static void main(String[] args) {
System.out.println("hello world!");
}
}