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" + ]