Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 422 Bytes

Cloud Run with Cobol!

An simple web service in Cobol, because why not?

Run on Google Cloud

This repository contains an invocation program written in Go which passes the path as a command line argument into a cobol program. In the example program, the path is appended after the word "HELLO". If the path is empty the service returns "HELLO WORLD".