GM Nostr. This is a complete, runnable app:
void main() {
var feature = Runtime.version().feature();
IO.println("👋 Hello, ☕ " + feature);
}
You can save it to a file and run:
$ language FileName.language
And it will work.
Question: What programming language is this?
#gm #askNostr #devstr #programmingLanguages #notJavaScript