Open
Description
It would be great if we could allow via a button for the examples that we provide in the Quickstart Tutorial to run in the playground.
I noticed the examples fall in 3 different categories:
- Working examples, would compile and run as-is, no modification necessary.
- Examples that need to be surrounded with
program main/end program main
or some other type of boilerplate code. - Examples that need to be appended together to make a Working Example e.g. https://fortran-lang.org/en/learn/quickstart/variables/#standard-input-output
Not every code block needs to be able to run in the playground but it would be cool if we could get users from reading to coding as quickly as possible.