This is a simple "Hello, World!" program written in GNU Cobol.
Ensure you have GNU Cobol installed on your system. Refer to INSTALL-GNUCOBOL.md for installation instructions.
-
Compile the program using
cobc:cobc -x hello-world.cbl -o hello-world
-
Run the compiled program:
./hello-world
Hello, World!
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to submit issues and pull requests to improve this simple example! π