C# 백준 2557


백준 입출력과사칙연산 2557


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace question
{
    internal class 2557
    {
        static void Main(string[] args)
        {
            Console.Write("Hello World!");
        }
    }
}