File: foo.f90

package info (click to toggle)
vim-youcompleteme 0%2B20230109%2Bgit7620d87%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,404 kB
  • sloc: python: 10,569; sh: 203; cpp: 121; makefile: 24; 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