# This is a comment
env = Environment()   # Create an environmnet
env.Program(target = "helloworld", source = ["helloworld.c"])
