Alles Gute auch von mir zum Geburtstag! =D Ich quäl dich ein bisschen mit einem VB.NET-Konsolenprogramm. Code: Module Module1 Sub Main() If DateTime.Now.Day = 26 AndAlso DateTime.Now.Month = 8 Then Console.WriteLine("Alles Gute zum {0}. Geburtstag, DFYX! :D", DateTime.Now.Year - 1988) Console.ReadLine() End If End Sub End Module
Module Module1 Sub Main() If DateTime.Now.Day = 26 AndAlso DateTime.Now.Month = 8 Then Console.WriteLine("Alles Gute zum {0}. Geburtstag, DFYX! :D", DateTime.Now.Year - 1988) Console.ReadLine() End If End Sub End Module
Foren-Regeln