The Tutorial and API Reference of VEDA  2.11.1
examples/Hybrid_Offloading/helloworld_veda_fortran/device.vf90
SUBROUTINE hello_world
! This is a comment line; it is ignored by the compiler
print *,'Hello World from Device!'
end SUBROUTINE hello_world