Skip to content

Instantly share code, notes, and snippets.

View FizLast's full-sized avatar
💭
Are there any sense in?

FizLast

💭
Are there any sense in?
View GitHub Profile
@FizLast
FizLast / repeat_hw.cs
Created May 25, 2026 18:17
cycle repeat hw
namespace Test
{
public class Program
{
static void Main(string[] args)
{
Console.WriteLine("Введите текст для вывода: ");
string message = Console.ReadLine();
Console.WriteLine("Сколько раз повторить это сообщение?");