Skip to content

Commit

Permalink
Add some flashy ASCII art
Browse files Browse the repository at this point in the history
  • Loading branch information
vicr123 committed Jun 30, 2024
1 parent 199dba5 commit 890347b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Parlance/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
using Quartz;
using Quartz.AspNetCore;

Console.WriteLine("""
_____ _ ____________________________________
| \ / | _ \ _ __| | _ __ ___| __|
| ____// | __/-'| '__| /--'| '_ / __| __|
| |\ / | || [] | [ || [] | | [ [__| [__
|_| \/(_) _|_| \___|_|__|_\___|_| |\___|____|_
========================================
""");

var builder = WebApplication.CreateBuilder(args);

// Add services to the container.
Expand Down

0 comments on commit 890347b

Please sign in to comment.