# Exploring Languages with Interpreters and Functional Programming
# Copyright (C) 2018, H. Conrad Cunningham

# Test of modular programming example from Chapter 2

#234567890123456789012345678901234567890123456789012345678901234567890

# 2018-08-21: Developed prototype for Python modular example 1

# python3 CountingModTest1.py

from CountingMod import counter

# Testing
counter()
