code runner da kodu çalıştırıyorum
program hello
print *, 'Hello, World!'
end program hello
ama şöyle bir hata veriyor [Running] cd "c:\Users\ASUS\OneDrive\Masaüstü\fortranProje\" && gfortran f.95 -o f && "c:\Users\ASUS\OneDrive\Masaüstü\fortranProje\"f
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe:f.95: file format not recognized; treating as linker script
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe:f.95:1: syntax error
collect2.exe: error: ld returned 1 exit status
[Done] exited with code=1 in 0.288 seconds