#include "onetwothree.h"

int
main(int argc, char *argv[])
{
  return one() + two() + three();
}