Skip to content

Conversation

@kashish2710
Copy link

This PR updates the Hello World example shown in the Quickstart guide.

The documentation previously showed the output as:

$> ./hello
Hello, World!

However, when compiled and run using gfortran, the actual output includes a
leading space:

$> ./hello
Hello, World!

This mismatch can be confusing for beginners following the tutorial.
The example has been updated to accurately reflect the real program output.
Fixes #616

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update Quickstart tutorial > Hello world

1 participant