ant/plans/smoke.xml
Mikolaj Izdebski 3947e3add3 Add smoke test
2022-04-22 12:39:48 +02:00

6 lines
92 B
XML

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