Skip to content

Instantly share code, notes, and snippets.

Hillary Clinton underperformed the (D) senate candidates

state name diff party candidates
California H. Clinton -2338906 Democratic K. Harris,L. Sanchez
New York H. Clinton -644500 Democratic C. Schumer
Missouri H. Clinton -228333 Democratic J. Kander
Kentucky H. Clinton -184388 Democratic J. Gray
Washington H. Clinton -126365 Democratic P. Murray
@fhoffa
fhoffa / sum.c
Last active February 25, 2020 13:27 — forked from campoy/sum.c
C function called from BigQuery
int sum(int a, int b)
{
return a + b;
}