Fortran 2023

1 program Added 2026-02-13T10:30:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Fortran 2023, F2023
Provenance: commit c164c2eb83 · authored 2026-02-13T11:20:03+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Fortran 2003 (0.55)Fortran 2008 (0.55)Fortran 2018 (0.50)Fortran (0.42)FORTRAN II (0.39)

LLM-contributed programs

Hello World with Input

Provenance: commit c164c2eb83 · authored 2026-02-13T11:20:03+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.f90 · added: 2026-02-13T10:30:00Z
program hello_fortran2023
    implicit none
    character(len=50) :: name
    integer :: year

    ! Fortran 2023 example
    print *, "Enter your name:"
    read *, name

    year = 2023
    print *, "Hello, ", trim(name), "!"
    print *, "Welcome to Fortran", year

end program hello_fortran2023

Contribute — propose a file extension

Tell us where to find evidence about Fortran 2023 (mapped to pl/fortran_2023). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Fortran 2023/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Fortran 2018 FORTRAN 66 →