* updated wayland (1.23.0 -> 1.23.1)
[t2sde.git] / misc / archive / hello.f
blob45c811c813368587b4cb93e735d06383221c83ec
1 c --- T2-COPYRIGHT-NOTE-BEGIN ---
2 c This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 c
4 c T2 SDE: scripts/Config
5 c Copyright (C) 2004 - 2024 The T2 SDE Project
6 c Copyright (C) 1998 - 2003 ROCK Linux Project
8 c More information can be found in the files COPYING and README.
9 c
10 c This program is free software; you can redistribute it and/or modify
11 c it under the terms of the GNU General Public License as published by
12 c the Free Software Foundation; version 2 of the License. A copy of the
13 c GNU General Public License can be found in the file COPYING.
14 c --- T2-COPYRIGHT-NOTE-END ---
16 program hello_world
17 print *, "Hello from Fortran."
18 end