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!");
}
the first one won't work
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I know. Joke.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit