package com.peckot.pectics;
class Pectics {
List<String> personalities = new ArrayList<>();
List<Object> interests = new ArrayList<>();
static {
for (String lang : new String[] {
"Java", "JavaScript",
"TypeScript", "Vue3",
}) {
interests.add(new Language(lang));
}
for (String game : new String[] {
"Minecraft", "Phigros", "Arcaea",
"Cytus II", "Malody", "Rizline",
"UNDERTALE", "Counter-Strike: Global Offensive"
}) {
interests.add(new Game(game));
}
personalities.add("๐๏ธ๐๏ธ๐๏ธ๐๏ธ๐๏ธ");
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Pectix/Pectics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
ย | ย | |||
Repository files navigation
About
Hello from Pectics.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published