Skip to content

Commit 582b05a

Browse files
committed
Touch up ListSupportedMimeTypes program
1 parent 1f34c73 commit 582b05a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/ListSupportedMimeTypes/ListSupportedMimeTypes.cs renamed to examples/ListSupportedMimeTypes/Program.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
using System;
22
using TagLib;
33

4-
public class ListSupportedMimeTypes
4+
namespace ListSupportedMimeTypes;
5+
6+
public class Program
57
{
68
public static void Main()
79
{

0 commit comments

Comments
 (0)