Skip to content
View vladimir-simek's full-sized avatar
Block or Report

Block or report vladimir-simek

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vladimir-simek/README.md

vladimirsimek

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"];
}

Pinned

  1. C124/project-fgt C124/project-fgt Public

    GDScript 5

  2. checkers checkers Public

    Java