Skip to content

Instantly share code, notes, and snippets.

Created January 30, 2013 08:21
Show Gist options
  • Save anonymous/4671614 to your computer and use it in GitHub Desktop.
Save anonymous/4671614 to your computer and use it in GitHub Desktop.
AntからJavaScriptを呼び出してHello Wolrd!
<?xml version="1.0" encoding="UTF-8"?>
<project default="helloWorld">
<target name="helloWorld">
<script language="javascript"><![CDATA[
print('hello world!');
]]></script>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment