diff --git a/BCPL/README.md b/BCPL/README.md index f7c3c88..094c279 100644 --- a/BCPL/README.md +++ b/BCPL/README.md @@ -1 +1,3 @@ # BCPL + +BCPL is a implemented programming language which was designed by Martin Richards in 1967. It is the original language in which the Hello World Progam was used. diff --git a/BCPL/info.json b/BCPL/info.json new file mode 100644 index 0000000..3731e2a --- /dev/null +++ b/BCPL/info.json @@ -0,0 +1,6 @@ +{ + "creator": { + "title": "Rishi Chitnis", + "link": "https://github.com/thegreatsourcerer" + } + }