package com.vladimirsimek.developer;
public static void Main(String[] args) {
aboutMe();
devSkills();
}
public static void aboutMe() {
String name = "Vladimír Šimek";
String title = "Software Engineer";
String school = "EDUCAnet Prague | IT";
String location = "Czech Republic, CZ";
int age = 15;
}
public static void devSkills {
String[] languages = ["Java", "GD Script", "HTML", "CSS", "C++", "Python"];
String[] gameEngines = ["Unreal Engine 4", "Godot Engine", "Unity 3D"];
String[] usingIDE = ["IntelliJ IDEA", "CLion", "PyCharm", "Android Studio"];
}
Highlights
Pinned 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.