项目作者: wgyn

项目描述 :
Resources for learning COBOL. See also: https://www.notion.so/wgyn/COBOL-Notes-6c4a99acff2e4d4ea4c2664d63aa9951
高级语言:
项目地址: git://github.com/wgyn/cobol-resources.git
创建时间: 2020-04-06T01:22:15Z
项目社区:https://github.com/wgyn/cobol-resources

开源协议:

下载


Getting Started

  1. Install GnuCOBOL: brew install gnu-cobol
  2. Compile executable: cobc -x PROGRAM.COB

That’s it (?)