Console.WriteLine();
Console/API 2019. 9. 20. 09:36
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Syntax03
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("2019-09-20");
Console.WriteLine("Standard Numeric Format Specifiers");
}
}
}
http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter
|
https://docs.microsoft.com/ko-kr/dotnet/api/system.console.writeline?view=netframework-4.8
'Console > API' 카테고리의 다른 글
Console.ReadLine(); (0) | 2019.09.20 |
---|