Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# trainee-release-with-git

This is the trainee course material for the session "Release with Git" which
Expand Down Expand Up @@ -40,3 +41,15 @@ begin!
* [Semantic Release: Release Workflows](https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow)
* [Git Rebase: Git In Practice](https://www.thinktecture.com/en/tools/demystifying-git-rebase)
* [Video: VSCode GitLens Interactive Rebase UI](https://www.youtube.com/watch?v=P5p71fguFNI)
=======
# Hello world

NodeJS hello world

## How to run

```
node index.js
```

>>>>>>> 4f0573d (docs: add readme and comments)
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
console.log("Hello world!");
// Prints hello world and current time to the user
console.log("Hello world!");
console.log(new Date());