Skip to content

Instantly share code, notes, and snippets.

View silent27121984's full-sized avatar
☠️
game over

silent27 silent27121984

☠️
game over
View GitHub Profile
public class TopGrishaShop {
private static int count = 1;
static class User {
String userName;
public User(String userName) {
this.userName = userName;
}