Hey collegues from all Reply Units 🙂 I Would love to do a small challange the next 10 + x days {x | x ∈ N_0}. And the question is always: “Which programming language is it?” I hope you have fun and I hope to see a lot of other developers here in the company.
I will create a best of list. The first answer will be counted and the given Points will be added to your “account”. A full program, a typical statement, a compiler/interpreter output or an output of a well known programm written in this language will be presented. Sometimes the answer is _not_ unambiguous, but as log the answer correct and typical for the language you are the winner for today. The callenge will be published each day at 11am (CEST/UTC+0200). Please answer on TamTamy Please send your (nick)name and answer to: patrick.plattes@googlemail.com
Let’s start with the first one, which is simply a test.
Type: full program
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}
Hint: This program was published by Brian W. Kerninghan and Dennis Ritchie 1974
Points for this challenge: 0