Files
prog-intro-2025/java/wspp/WordInfo.java
me d8154da7a9
Some checks failed
Fast Reverse Tests / test (push) Failing after 4s
Reverse Tests / test (push) Failing after 4s
Sum Tests / test (push) Failing after 4s
Word Stat Tests / test (push) Failing after 4s
Word Stat++ Tests / test (push) Failing after 4s
add solution for hw6:3233
2026-02-02 14:27:24 +03:00

7 lines
79 B
Java

package wspp;
public class WordInfo {
int count;
IntList positions;
}