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:
- Display a default greeting message
 - Accept a name as a command line argument for personalized greetings
 - Show the current date and time
 
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
- Simple command-line interface
 - Customizable greeting messages
 - Date and time display
 - Cross-platform compatibility
 
Documentation Sections
This documentation is automatically built and deployed using GitHub Actions.
Built on: 2025-08-28 01:05:22 UTC