source:
CIVL/mods/dev.civl.abc/examples/fortran/simple/HelloWorld.f
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 190 bytes | |
| Rev | Line | |
|---|---|---|
| [aad342c] | 1 | C Hello World in Fortran |
| 2 | program hello | |
| 3 | logical b = .true. | |
| 4 | integer i = 1 | |
| 5 | print *, "Hello World!" | |
| 6 | !$CVL $assert(i==1); | |
| 7 | !$CVl $assert(b); | |
| 8 | end |
Note:
See TracBrowser
for help on using the repository browser.
