using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication10
{
class Program
{
static void Main(string[] args)
{
Console.BackgroundColor = ConsoleColor.Blue;
Console.ForegroundColor = ConsoleColor.White;
Console.WriteLine(@"
*-----------------------------------------------------------------------------*
||||||||| Pzt | Salı | Çrş | Perş | Cuma | Cmrt | Pazar |
*-----------------------------------------------------------------------------*
| 07-08 | | | | | | | |
*-----------------------------------------------------------------------------*
| 08-09 | | | | | .C# | | |
*-----------------------------------------------------------------------------*
| 09-10 | |.Difrnsl |.Müh.Mat | | .C# | | |
*-----------------------------------------------------------------------------*
| 10-11 |.Elekt. |.Difrnsl |.Müh.Mat | | .C# | | |
*-----------------------------------------------------------------------------*
| 11-12 |.Elekt. |.Difrnsl |.Müh.Mat | | .C# | | |
*-----------------------------------------------------------------------------*
| 12-13 | | | | | | | |
*-----------------------------------------------------------------------------*
| 13-14 |.Veri Y. | .C# | |.Veri Y. | | | C# |
*-----------------------------------------------------------------------------*
| 14-15 |.Veri Y. | .C# | |.Veri Y. | | | C# |
*-----------------------------------------------------------------------------*
| 15-16 | | .C# | | | | | C# |
*-----------------------------------------------------------------------------*
| 16-17 | | .C# | | | | | |
*-----------------------------------------------------------------------------*
| 17-18 | | | | | | | |
*-----------------------------------------------------------------------------*
| 18-19 | | | | | | | |
*-----------------------------------------------------------------------------*
| 19-20 | | | | | | | |
*-----------------------------------------------------------------------------*
| 20-21 | | | | | | | |
*-----------------------------------------------------------------------------*
| 21-22 | | | | | | | |
*-----------------------------------------------------------------------------*
| 22-23 | | | | | | | |
*-----------------------------------------------------------------------------*
| 23-00 | | | | | | | |
*-----------------------------------------------------------------------------*
:) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :)
");
Console.BackgroundColor = ConsoleColor.Black;
Console.Title = "Bilgisayarcı Ders Çizelgesini Bile Kodlar :) [ ERÜ / Bilg. Müh. 2. Sınıf 1. Öğretim ] ";
}
}
}
Bunu beğen:
Beğen Yükleniyor...