mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
361 B
361 B
Hello Markdown
console.log("Hello World");
console.log("Hello World2");
function hello(name: string) {
console.log(name);
}
hello("alice");
function foo(): number {
return 2;
}
{
// Comment in JSON
"key": "value",
"key2": "value2"
}
{
"numbers": ["1", "2"]
}