Skip to content

Update Hello World code so that it works:)

Changed

const const codeBlockOne = `
print(‘Hello World’)
`;

to

const codeBlockOne = `
print("Hello World")
`;

so that the code would actually work:)

Merge request reports