#!/usr/bin/env python3


def main():
    print("hello pyreduce")


if __name__ == '__main__':
    main()
