Skip to content

Instantly share code, notes, and snippets.

View yeica's full-sized avatar

Yeyskalyn Cordero H. yeica

  • Dominican Republic
View GitHub Profile
@yeica
yeica / Program.cs
Created November 3, 2021 18:50
calculate age with DateTime birthday C#
using System;
public class Program
{
public static void Main()
{
DateTime[] birthdays = new DateTime[]
{
new DateTime(1995, 12, 14),
new DateTime(2001, 1, 21),