diff --git a/.DS_Store b/.DS_Store index 257e8035..ab1328a2 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/HelloWorld.arnoldc b/HelloWorld.arnoldc new file mode 100644 index 00000000..5d0f36d8 --- /dev/null +++ b/HelloWorld.arnoldc @@ -0,0 +1,3 @@ +IT'S SHOWTIME +TALK TO THE HAND "hello world" +YOU HAVE BEEN TERMINATED diff --git a/README.md b/README.md index 02d5fa6e..65360067 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,15 @@ This repository should eventually contain the famous "Hello World" program in al - [x] **ABAP** ABAP is a high-level programming language created by the German software company SAP SE. It is currently positioned, alongside Java, as the language for programming the SAP Application Server, which is part of the NetWeaver platform for building business applications. +- [x] **ArnoldC** +Programming language based on the one-liners of Arnold Schwarzenegger. + - [x] **Assembly** An assembly language, often abbreviated asm, is any low-level programming language in which there is a very strong correspondence between the program's statements and the architecture's machine code instructions. Each assembly language is specific to a particular computer architecture and operating system. - [x] **Autoit** AutoIt is a freeware automation language for Microsoft Windows. In its earliest release, the software was primarily intended to create automation scripts for Microsoft Windows programs but has since grown to include enhancements in both programming language design and overall functionality. + - [x] **BASIC** BASIC is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use. In 1964, John G. Kemeny and Thomas E. Kurtz designed the original BASIC language at Dartmouth College. They wanted to enable students in fields other than science and mathematics to use computers.