Skip to content

Instantly share code, notes, and snippets.

@kuninet
Last active November 29, 2015 12:10
Show Gist options
  • Save kuninet/0983be6f209803e988cf to your computer and use it in GitHub Desktop.
Save kuninet/0983be6f209803e988cf to your computer and use it in GitHub Desktop.
awkでHello Worldである。
#
# awkでHello World
#
BEGIN{ print "Hello World!" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment