10 lines
102 B
TypeScript
10 lines
102 B
TypeScript
|
// This is the code library.
|
||
|
|
||
|
export default `
|
||
|
|
||
|
// Hello world
|
||
|
const name = "steve"
|
||
|
const age = 93
|
||
|
|
||
|
`
|