Skip to main content

Code Block Examples

Code Tabs

const greeting = "Hello, World!";
console.log(greeting);

Standard

greeting = "Hello, World!"
print(greeting)