c# 기초구문 업데이트 완료

This commit is contained in:
2025-03-05 11:57:12 +09:00
parent 15885a2286
commit 6ebd0fb5a9
22 changed files with 740 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
internal class Program
{
/// <summary>
/// 클래스나 함수에 대한 코멘트
/// </summary>
/// <param name="args"></param>
private static void Main(string[] args)
{
// 코멘트: 한 라인 코멘트는 두개의 슬래시 사용함