A repository to play with and learn Pijul
const hello: String = "Hello";
const world: String = "World";
const location: String = "From Earth!"
console.log(hello + " " + world + " " + location);