<project>
    <target name="hello">
        <echo>Hello, from Ant</echo>
    </target>
</project>
