We're a place where coders share, stay up-to-date and grow their careers.
404 bio not found
All private interactions must abide by the code of conduct.
Snowden
Oct 7 '20
Fortran PROGRAM hello PRINT *,"Hello, World!" END PROGRAM h...
May 4 '20
Here is a FORTRAN 90 answer (the module and an example prog...
Jul 5 '19
(modern) Fortran is like Snorlax, heavy but powerful.
Oct 6 '18
real(8) :: r integer :: i CALL RANDOM_NUMBER(r) i = floor(...
Recent comments
9 Must Watch Movies for Programmers in 2020 π¬
Snowden
"Hello, World!" but in 30 different languages!!!
Fortran PROGRAM hello PRINT *,"Hello, World!" END PROGRAM h...
Daily Challenge #7 - Factorial Decomposition
Here is a FORTRAN 90 answer (the module and an example prog...
If your programming language were a Pokemon, which would it be?
(modern) Fortran is like Snorlax, heavy but powerful.
How do you do random?
real(8) :: r integer :: i CALL RANDOM_NUMBER(r) i = floor(...