This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b49bacc hello world with emojis
b49bacc is described below
commit b49baccc47eca60d95c40dcdb935c8bb9c853c6f
Author: Paul King <[email protected]>
AuthorDate: Tue Apr 4 12:27:19 2023 +1000
hello world with emojis
---
.../site/blog/img/\360\237\221\213\360\237\214\215.png" | Bin 0 -> 14075 bytes
.../site/blog/\360\237\221\213\360\237\214\215.adoc" | 14 ++++++++++++++
2 files changed, 14 insertions(+)
diff --git "a/site/src/site/blog/img/\360\237\221\213\360\237\214\215.png"
"b/site/src/site/blog/img/\360\237\221\213\360\237\214\215.png"
new file mode 100644
index 0000000..751ea48
Binary files /dev/null and
"b/site/src/site/blog/img/\360\237\221\213\360\237\214\215.png" differ
diff --git "a/site/src/site/blog/\360\237\221\213\360\237\214\215.adoc"
"b/site/src/site/blog/\360\237\221\213\360\237\214\215.adoc"
new file mode 100644
index 0000000..9ce6396
--- /dev/null
+++ "b/site/src/site/blog/\360\237\221\213\360\237\214\215.adoc"
@@ -0,0 +1,14 @@
+= Hello World with Groovy
+Paul King
+:revdate: 2023-04-04T12:24:07+00:00
+:keywords: groovy, emoji
+:description: This post looks at a Groovy hello world with some emoji fun.
+
+In a https://groovy.apache.org/blog/jvm-hello-world-with-groovy[previous blog
post]
+we took an in-depth look at how to write a "hello world" class at the bytecode
level
+using various libraries.
+
+Let's go the other way and look at a really fun way to write such a class with
+kudos to https://twitter.com/hugs[Jason Huggins] for the
https://twitter.com/hugs/status/1642004520874942464[idea]. It's all in the
picture:
+
+image:img/👋🌍.png[code for hello world]
\ No newline at end of file