#include <stdio.h>

#include
int
main
(
int
argc
,
char
*
*
argv
)
{
printf
(
"Hello, world!\n"
)
;
return
0
;
}

vs

#include
int main(int argc,char**argv){printf("Hello, world!\n");return 0;}

import std.stdio;

void main()
{
"Hello world".writeln;
}

echo Hello world

#include

main()
{
printf ("Hello World\n");
}

with Ada.Text_IO;

proceudre kyoko is
package IO renames Ada.Text_IO;
begin
IO.Put("Hellow World");
IO.New_Line;
end kyoko;

public class HelloWorld
{
public static void main
(String[] args)
{
System
.out.
println
("Hello, World");
}
}

print('Hello world!')

Easy

Python fags not allowed here

fun main(args: arrayOf){
println("Hello World!)
}

perl -e "print 'Hello, world'"

++++++++++[>+++++++>++++++++++>+++>+.

echo "Hello World"

#include

int main()
{
std::cout

>i hate it because it is easy and friendly.

>easy
Not an argument.
>friendly
Not an argument.

>t. scriptkiddie
ur not welcomed here

+---------------+
| |
| * * |
|* * * * |
|* * *|
|* * *|
|* * * |
| * * * |
| * |
+---------------+

+---------------+
| |
|* * * |
|* * * |
| * *|
| * *|
|* * * |
|* * * * |
| * |
+---------------+

+---------------+
| |
|* ** * * |
|******* *** * |
| **** * * ***|
| **** * ******|
| ****** ** * |
| * * * * |
| * |
+---------------+

+---------------+
| |
|******* *** * |
|******* *** * |
| ** *|
|* * * *|
|******* ** * |
|******* *** * |
| * |
+---------------+

+---------------+
| |
|******* *** * |
|******* *** * |
| * * * *|
| * * * *|
|******* ** * |
|******* ** * |
| * |
+---------------+

+---------------+
| |
|***** * *** * |
|******* *** * |
| * * * * |
| * * * |
|****** ** * |
|****** ** * |
| * |
+---------------+

+---------------+
| |
| * * * |
|***** * ***** |
|***** ** * ***|
|***** ** * ***|
|******* * ** |
| * * * * |
| * |
+---------------+

+---------------+
| |
| |
| * * |
| * * |
| * |
| * |
| |
| |
+---------------+

>I don't like it so you should go to another board!
that is not an argument either friendo

Get on my level

"Hello world"

stream syntax is shit, just go back to printf

No.

std::cout

your point being?

>friendly
that's not true

c++ sucks ass

Fast code is worthless if you spend 90% of it's lifetime developing it to be efficient.

A dev time for run time tradeoff is not unreasonable. Get with the times grandpa.

(format t "Fuck you for hating interpretted languages")

echo hello world

Why dont you use scripts?

printf("This is my line \n this is my other line.\n");

std::cout

alias hello_world="echo hello world"

@.str = private unnamed_addr constant [15 x i8] c"Hello, world!\0A\00"
declare i32 @puts(i8* nocapture) nounwind

define i32 @main()
{
%hcast = getelementptr [15 x i8], [15 x i8]* @.str, i64 0, i64 0
call i32 @puts(i8* %hcast)
ret i32 0
}

>Not using MsgBox("Hello, world!")

Use Nim. It's faster than python but it has a python syntax

>using printf instead of puts for string literals

You better get on mine

Hello world

#include
#include

void
main(int argc, char *argv[])
{
print("Hello, World\n");
exits(0);
}