6 lines
92 B
XML
6 lines
92 B
XML
<project>
|
|
<target name="hello">
|
|
<echo message="Hello, world"/>
|
|
</target>
|
|
</project>
|