Tên đăng nhập Điểm ▾ Bài tập Giới thiệu
751 30951 256
752
CnMelBel
SkibidiSigma
30098 109
753 30936 416
754
vancongnam 1650
Văn Công Nam
30931 625

Welcome to my profile

About

'hello world' in brainf**k

Brainfuck
>+++++++++++++[-<++++++++>]<.---.+++++++..+++.
>>++++++++[-<++++>]<.
>>+++++++++++[-<+++++++++++>]<--.--------.+++.------.--------.

'hello world' in python

Python
print("hello world")

'hello world' in c++

C++
#include <iostream>
using namespace std;
int main(){
    cout << "hello world";
    return 0;
}

'hello world' in c

C
#include <stdio.h>
int main(){
    printf("hello world");
    return 0;
}

'hello world' in pascal

Delphi
program hello;
begin
  writeln ('hello world')
end.

'hello world' in javascript

JavaScript
document.write('hello world');

'hello world' in java

Java
public class hello {
    public static void main(String[] args){
        System.out.println("hello world");
    }
}

Feel like the 60s
'hello world' in logo

cs
pd
rt 90 label "hello world"

'hello world' in LOLCODE

HAI 1.2
VISIBLE "hello world"
KTHXBYE

VNOJ

???

755 30914 114
756
nguyendtk 1216
Đỗ Trần Khôi Nguyên
30901 340
757
NgJaBach 1644
Nguyễn Gia Bách, CVA
30895 489

If you take a step, not knowing that there’s a cliff ahead…

The scenery I’ve lost… The futile struggle to earn it back.

Focus on the moment. Trust your intuition.

Is there a point in agonizing over things you have no idea how to deal with right now?

Leading the way through foolish acts, there’s not a thing to guide me.

I’m anxious. But I don’t want to know. I won’t know what’s ahead.

Blinded by carnal desires and jealousy, he willingly walks to the edge of the cliff…

I had no plans or destination to begin with.

I’m too tired to fly. Then there’s only one path for me to take.

Please give some applause for this foolish man.

758 30816 94
759 30860 70
760 30856 234