Skip to content

Commit

Permalink
Merge pull request #1 from abhinavtiwary04/abhinavtiwary04-patch-1
Browse files Browse the repository at this point in the history
Create hello_world_abhinavtiwary04.js
  • Loading branch information
abhinavtiwary04 authored Oct 9, 2022
2 parents dbce29c + 595e60b commit 79c492e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/hello_world_abhinavtiwary04.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// LANGUAGE: Javascript
// ENV: Node.js
// AUTHOR: Abhinav Tiwary
// GITHUB: https://github.com/abhinavtiwary04

console.log('Hello, World!'); //It prints the string "Hello World" in the console.
console.log('Welcome to my first code for Hacktoberfest 2022!');

0 comments on commit 79c492e

Please sign in to comment.