C,C++,Java : Hello Steemit!

in steem •  8 years ago  (edited)

1. C

#include <steemit.h>

int main(void) {

printf("Hello Steemit!");

return 0;

}


2. C++

#include <iostream>


int main(int argc, char* argv[]) {

    std::cout << "Hello Steemit!" << std::endl;

    return 0;

}


3. Java

import java.lang.*;


public static void main(String[] ar){

System.out.println("Hello Steemit!");

}

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

the first one won't work

I know. Joke.