Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Added HelloWorld.f95 and updated contributing.md #286

Merged
merged 3 commits into from
Oct 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
- Bio: Computer Science @ University Of Mauritius
- GitHub: [sam-mittal](https://github.com/sam-mittal)

#### Name: [Sheel](https://github.com/shahsheel)
- Place: London, UK
- Bio: Computer Science @ University Of Sussex
- GitHub: [sam-mittal](https://github.com/shahsheel)

#### Name: [Kendra Krzywicki](https://github.com/gitKendra)
- Place: Florida, USA
- Bio: Loves to code, game, and play drums
- GitHub: [gitKendra](https://github.com/gitKendra)
- GitHub: [gitKendra](https://github.com/gitKendra)
3 changes: 3 additions & 0 deletions hello_world/HelloWorld.f95
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
program helloworld
print*,'Hello World'
end program helloworld