Skip to content

Instantly share code, notes, and snippets.

View oxcm07's full-sized avatar

oxcm07

  • Joined Apr 21, 2026
View GitHub Profile
package com.back;
import java.util.Scanner;
public class App {
Scanner sc = new Scanner(System.in);
int lastId = 0;
WiseSaying[] wiseSayings = new WiseSaying[100];
int wiseSayingsLastIndex = -1;