Skip to content
Snippets Groups Projects
Commit 0535b182 authored by dali662d's avatar dali662d
Browse files

Update 03_taschenrechner_mit_funktionen.f95

parent a7ad89ac
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ program taschenrechner
function dreieckszahl(n) result(res)
integer :: n
integer, intent(in) :: n
integer :: i
integer :: res
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment