mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
3 lines
61 B
TypeScript
3 lines
61 B
TypeScript
let message: string = 'Hello, World!';
|
|
console.log(message);
|