From 2acae77eaa61c6dd9db69a19fc71114369cfa232 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 14 Feb 2026 19:35:29 +0530 Subject: Added VSCode helloworld sample application. --- vscode/01-helloworld/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vscode/01-helloworld/README (limited to 'vscode/01-helloworld/README') 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 -- cgit v1.2.3