c#/수업 과제

Empyrean Band

yeeendy 2022. 12. 30. 16:44

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

namespace HelloWorld
{
    class Program
    {
        static void Main(string[] args)
        {
            string nickname;
            nickname = "Empyrean Band";
            Console.WriteLine("{0}", nickname);

            int properties = 3;
            Console.WriteLine("+{0} Random Magic Properties", properties);


        }
    }
}

'c# > 수업 과제' 카테고리의 다른 글

버스트  (0) 2023.01.01
Splint Mail Gloves  (0) 2022.12.30
Chain Gloves  (0) 2022.12.30
Hide Gloves  (0) 2022.12.30
Gloves  (0) 2022.12.30