Skip to content

Instantly share code, notes, and snippets.

@kai-chu
Created April 1, 2019 15:01
Show Gist options
  • Save kai-chu/3e9f87a7cf113106ed27f85ba3fdffd8 to your computer and use it in GitHub Desktop.
Save kai-chu/3e9f87a7cf113106ed27f85ba3fdffd8 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<project name="server" default="main">
<target name="main">
<echo>Hello World</echo>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment