com.github.lipinskipawel.maelstrom.api.protocol.InitOk Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maelstrom-java Show documentation
Show all versions of maelstrom-java Show documentation
Unofficial java client for Maelstrom server
The newest version!
package com.github.lipinskipawel.maelstrom.api.protocol;
public final class InitOk extends EventType {
public InitOk() {
super("init_ok");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy