#!/usr/bin/env python3 from compile import build def main(): build("c++") if __name__ == "__main__": main()