ant/plans/smoke.xml
2023-05-18 09:58:36 +00:00

6 lines
92 B
XML

<project>
<target name="hello">
<echo message="Hello, world"/>
</target>
</project>