Created
April 1, 2019 15:01
-
-
Save kai-chu/3e9f87a7cf113106ed27f85ba3fdffd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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