Console Programming/C# Console
백준 10718 We love kriii
폰타인
2019. 9. 25. 16:11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
using System;
namespace Syntax17
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("강한친구 대한육군");
Console.WriteLine("강한친구 대한육군");
}
}
}
http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter
|
|
