From dca19fd29fe77fe44bd465d1e009819f7db5f748 Mon Sep 17 00:00:00 2001 From: Himanshu Babbar <43903765+hbabbar8@users.noreply.github.com> Date: Wed, 31 Oct 2018 19:45:47 +0530 Subject: [PATCH] Create readme --- readme | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 0000000..1633476 --- /dev/null +++ b/readme @@ -0,0 +1,6 @@ +this online compiler is computer software that transforms computer +code written in one programming language (the source language) into another +programming language (the target language). Compilers are a type of translator +that support digital devices, primarily computers. The name compiler is primarily +used for programs that translate source code from a high-level programming language to a lower level language +(e.g., assembly language, object code, or machine code) to create an executable program