summaryrefslogtreecommitdiff
path: root/vscode/01-helloworld/README
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-02-14 19:35:29 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-02-14 19:35:29 +0530
commit2acae77eaa61c6dd9db69a19fc71114369cfa232 (patch)
treed3d1c80b64b3435e63fff8f503444868a8442dbc /vscode/01-helloworld/README
parent01edac7edf4154c77ffde449ebcb072c4995652e (diff)
Added VSCode helloworld sample application.
Diffstat (limited to 'vscode/01-helloworld/README')
-rw-r--r--vscode/01-helloworld/README9
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