public class Zeke {
public static final String UNIVERSITY = "Purdue";
public static final String NICKNAME = "ZEKE";
public static final String JOB = "Programmer";
public static final int AGE = 20;
public static final String[] LANGUAGES = {
// In sharply decreasing order of fluency
"English", // Native
"Español", // Crecí en Texas
"Italiano", // Non ditelo ai francesi, ma l'Italia è il paese più bello d'Europa
"中国人", // 我只学会了怎么问厕所
"Français", // Juste assez pour flirter
"हिन्दी" // अच्छा नहीं है
};
public static final String[] PROGRAMMING_LANGUAGES = {
"Java",
"JavaScript",
"HTML",
"Python",
"C",
"Rust",
"x86",
"LaTeX"
};
}
Highlights
- Pro
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.