diff options
Diffstat (limited to 'vscode/01-helloworld/README')
| -rw-r--r-- | vscode/01-helloworld/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vscode/01-helloworld/README b/vscode/01-helloworld/README new file mode 100644 index 0000000..1e331ef --- /dev/null +++ b/vscode/01-helloworld/README @@ -0,0 +1,9 @@ +How to create a Java project: + +1. Get the Command Pallete +2. Start typing 'java' and select 'Java: Create New Project...' +3. Select the option 'No build tools' +4. Choose the parent directory where you want to create the Java project directory. +5. Enter the name of your project. + +Check the organization of your project.
\ No newline at end of file |
