From 535c39d7d3b0bde18e2ec45059a4e1b8af2c79dd Mon Sep 17 00:00:00 2001 From: Tim Bezhashvyly Date: Wed, 16 Nov 2016 22:54:49 +0100 Subject: [PATCH] Add Donald Trump to presidents list --- examples/1-presidents.elm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/1-presidents.elm b/examples/1-presidents.elm index b62bb67..30d08f1 100644 --- a/examples/1-presidents.elm +++ b/examples/1-presidents.elm @@ -153,4 +153,5 @@ presidents = , Person "George W. Bush" 1946 "New Haven" "Connecticut" , Person "Bill Clinton" 1946 "Hope" "Arkansas" , Person "Barack Obama" 1961 "Honolulu" "Hawaii" - ] \ No newline at end of file + , Person "Donald Trump" 1946 "New York City" "New York" + ]