how about C with dietlibc? can you show your hello...
# announcements
s
how about C with dietlibc? can you show your hello world in kotlin? đŸ™‚
v
It really is just a class with a main function and
println("Hello world")
!
I watched an interesting video of someone building a Pi project with Kotlin Native.
s
ha okay
yeah well idk, i like C/dietlibc
makes awesome small binaries
I have no idea which optimizations exist in Kotlin for low binary size, so maybe someone else can chime in?
v
Just wrote the same "Hello World" in Java.... 2Kb JAR file!
s
haha
well a JAR you can unzip
so let’s look into what is packaged