Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 4998d1e

Browse files
docs: add readme and comments
1 parent c10f748 commit 4998d1e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
# trainee-release-with-git
23

34
This is the trainee course material for the session "Release with Git" which
@@ -38,3 +39,15 @@ begin!
3839
* [Semantic Release: Release Workflows](https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow)
3940
* [Git Rebase: Git In Practice](https://www.thinktecture.com/en/tools/demystifying-git-rebase)
4041
* [Video: VSCode GitLens Interactive Rebase UI](https://www.youtube.com/watch?v=P5p71fguFNI)
42+
=======
43+
# Hello world
44+
45+
NodeJS hello world
46+
47+
## How to run
48+
49+
```
50+
node index.js
51+
```
52+
53+
>>>>>>> 4f0573d (docs: add readme and comments)

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// Prints hello world and current time to the user
12
console.log("Hello world!");
23
console.log(new Date());

0 commit comments

Comments
 (0)