Skip to content
View c0sm0-kramer's full-sized avatar
💭
Thinking about Fortran right now
💭
Thinking about Fortran right now

Block or report c0sm0-kramer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
c0sm0-kramer/README.md

@c0sm0-kramer

interests

I am interested in scientific computing

what languages do I have reasonable proficiency with ?

Fortran 90/95, a good amount of 03, and working towards full utilization of 08

contact

program contact

  implicit none
  character(len=10), parameter   :: domain = "@gmail.com"
  character(len=99)              :: local_part
  character(len=: ), allocatable :: email

  local_part = "fortran90programming"

  allocate ( character( len_trim(local_part) + len(domain) ) :: email )

  email = local_part( 1:len_trim(local_part) ) // domain

  print '(A)', email

  deallocate ( email )

end program contact

Popular repositories Loading

  1. hello hello Public

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

    Fortran

  2. c0sm0-kramer c0sm0-kramer Public

    Config files for my GitHub profile.