ant/plans/smoke.xml
2023-06-29 11:16:11 +02:00

6 lines
92 B
XML

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