Skip to content

A simple 'Hello, World!' program written in GNU Cobol. Includes compilation and execution instructions. Perfect for beginners exploring COBOL. πŸš€

License

Notifications You must be signed in to change notification settings

danielsousaio/cobol-hello-world

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

COBOL Hello World

This is a simple "Hello, World!" program written in GNU Cobol.

Getting Started

Prerequisites

Ensure you have GNU Cobol installed on your system. Refer to INSTALL-GNUCOBOL.md for installation instructions.

Compiling and Running the Program

  1. Compile the program using cobc:

    cobc -x hello-world.cbl -o hello-world
  2. Run the compiled program:

    ./hello-world

Expected Output

Hello, World!

Repository

GitHub - cobol-hello-world

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributions

Feel free to submit issues and pull requests to improve this simple example! πŸš€

About

A simple 'Hello, World!' program written in GNU Cobol. Includes compilation and execution instructions. Perfect for beginners exploring COBOL. πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • COBOL 100.0%