From 1707e6de573c6ad00e15c17cefcbbbe56c085d0e Mon Sep 17 00:00:00 2001 From: Rishi Chitnis Date: Thu, 20 Feb 2025 13:20:26 -0500 Subject: [PATCH 1/2] feat(add): Add Info file --- BCPL/info.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 BCPL/info.json 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" + } + } From d576b214ea9b64243456e7269ba4bc55d046b6cc Mon Sep 17 00:00:00 2001 From: Rishi Chitnis Date: Thu, 20 Feb 2025 13:24:47 -0500 Subject: [PATCH 2/2] feat(update): Update README --- BCPL/README.md | 2 ++ 1 file changed, 2 insertions(+) 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.