Hello World in J
Every programming journey starts with Hello World. In J, this is remarkably concise—just a string expression that outputs to the screen.
The Code
Create a file named hello.ijs:
| |
Every programming journey starts with Hello World. In J, this is remarkably concise—just a string expression that outputs to the screen.
Create a file named hello.ijs:
| |