Kevo-gmm / java-basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAVA BASICS GETTING STARTED

A guideline to help you get started to write Java code in Visual Studio Code.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

The compiled output files will be generated in the bin folder by default.

About


Languages

Language:Java 100.0%