Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Test av nye kodeblokker

1
2
3
a = 4
b = 5
print(a+b)