Newer
Older
langhist-study / README.md
@HIROSE Yuuji HIROSE Yuuji on 2 Dec 2019 334 bytes Add Python and Cobol descriptions
Historycal Computer Language Study
===================================
Example programs
Fortran-study
-------------
Example programs of fortran beginner

### Run

````
g95 program.f && ./a.out
````

Python-study
------------

``` shellsession
python program.py
```

Cobol-study
------------

``` shellsession
cobc -x program.cob
```