Skip to content

c0sm0-kramer/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

hello

This program prints the message "Hello :^)" to the terminal after compiling and execution.

compiling example

user@computer:/path/to/source$ gfortran -o exe hello.f90

execution example

user@computer:/path/to/source$ ./exe

Hello :^)

About

How to write a simple, "hello," to the terminal with Fortran

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published