my cool banner, work in progress
subroutine pic_print_banner !! my cool banner, work in progress print *, "========================================" print *, " _____ _____ _____ " print *, " | __ \\|_ _|/ ____|" print *, " | |__) | | | | | " print *, " | ___/ | | | | " print *, " | | _| |_| |____ " print *, " |_| |_____|\\_____|" print *, " " print *, " PIC LIBRARY" print *, "========================================" end subroutine pic_print_banner