#include <stdio.h>

#include "sendz.h"

int main(void)
{
  sendz_send_zephyrs();
  sendz_send_personal_zephyrs("ingolia");
}
