Skip to content

Commit 365a1dd

Browse files
author
XxshiftxX
committed
C# 코드 수정
1 parent 9f2dbc6 commit 365a1dd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dsm.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
using System;
1+
using static System.Console;
22

33
namespace DSM
44
{
55
class Dsm
66
{
7-
static void Main()
8-
{
9-
Console.WriteLine("Hello DSM!");
10-
}
7+
static void Main() => WriteLine("Hello DSM!");
118
}
129
}

0 commit comments

Comments
 (0)