GreetingApp

Welcome to the GreetingApp documentation site! This is a simple console application that demonstrates greeting functionality.

What is GreetingApp?

GreetingApp is a .NET console application that provides personalized greetings. It can:

Quick Start

Building the Application

dotnet build

Running the Application

Default greeting:

dotnet run --project src/GreetingApp

Personalized greeting:

dotnet run --project src/GreetingApp -- "Your Name"

Features

Documentation Sections


This documentation is automatically built and deployed using GitHub Actions.
Built on: 2025-08-28 01:05:22 UTC