Problem 1: Nothing but the Truth [Elementary]
true
Problem 2: Simple Math [Elementary]
4
" Ensure correct syntax highlighting and auto-indentation for Fortran free-form | |
" source code. | |
let fortran_free_source=1 | |
let fortran_do_enddo=1 | |
filetype plugin indent on | |
syntax on | |
" Turn on line numbers and row/column numbers. | |
set nu |