Skip to content

Instantly share code, notes, and snippets.

View spiral6's full-sized avatar

Shamee Mahmud spiral6

View GitHub Profile
@spiral6
spiral6 / InstallationGuideforAIDungeon2.md
Last active July 26, 2022 18:10
Installation Guide for AI Dungeon 2 (Windows)
//Comment class
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonProperty;
public class redditComment {
@JsonProperty("data")
private List<redditCommentData> data;