File: foo.f90

package info (click to toggle)
vim-youcompleteme 0%2B20240827%2Bgitb6e8c64%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,424 kB
  • sloc: python: 10,908; sh: 204; cpp: 141; makefile: 26; f90: 5; xml: 1
file content (6 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
PROGRAM hello
  INTEGER(4) :: i = 0
  ! a comment
  PRINT *, 'Hello, World!'
  REAL(4) :: i = 0
END PROGRAM hello