Introduction

This is the introduction paragraph.

It explains the topic at a high level.

console.log('Hello World');
Getting Started

This section helps beginners set up.

It includes installation instructions.

npm install your-package
Syntax

This section explains the syntax.

It helps understand code structure.

function greed() {return"Hi";}
Examples

This section shows working code examples.

Examples make it easier to learn.

let x = 10;
Conclusion

This section summarizes the topic.

Thank you for reading!

exit();