Hi, there. This is Marius from AlefTav Coding. Today, I give you the chance to find information about different programming languages. At the same time you get the opportunity to earn SBD.
This contest is my contribution to support Redfish and Minnows on Steemit.
Below you will see a list of five Hello, World computer programs. (As a matter of interest, Hello, World is the most basic program to write when learning a programming language.)
Your aim in this contest is to correctly identify ALL five computer programming languages to be eligible for the prize. One correct entry will be chosen at random. This winner will receive 50% of the SBD's generated from this contest.
My entry is as follows:
1 My_answer_A
2 My_answer_B
3 My_answer_C
4 My_answer_D
5 My_answer_E
Please read these competition rules carefully and follow them precisely.
Hello, World 1
#include <stdio.h>
int main(void) {
printf("Hello, world");
return 0;
}
Hello, World 2
package hello
fun main(args: Array<String>) {
println("Hello World!")
}
Hello, World 3
disp('Hello, world')
Hello, World 4
> myString <- "Hello, World!"
> print ( myString)
Hello, World 5
object HelloWorld extends App {
println("Hello, world")
}
Thanks for reading and keep on steeming.
You can also earn extra steem by joining steemengine and steemfollower at the URLs below:
https://steemengine.net/join?r=4539
https://old.steemfollower.com/?r=18345