https://steemitimages.com/DQmW99L4W9PjZm3cibpqZx2TGMM4w2y16PHgWg9f6x5PoHA/yoon.png <center> illustration by @carrotcake </center> *** 지난 글에 소개한 10개의 프로그래밍 언어들로 화면에 Hello, World!를 출력하는 방법을 알아보겠습니다. 프로그래밍 언어마다 어떤지 잠깐 살펴보시죠. #### 파이썬 1991년 귀도 반 로섬이 발표한 프로그래밍 언어. ``` print ("Hello, World!") ``` 간단합니다. #### C 1972년 켄 톰슨과 데니스 리치가 벨 연구소에 있을 때 새로 개발된 유닉스 운영 체제에서 사용하기 위해 개발한 프로그래밍 언어 ``` #include <stdio. h> int main(void){ printf("Hello, World!"); return 0; } ``` #### C++ 1983년 AT&T 벨 연구소의 비야네 스트롭스트룹이 발표한 프로그래밍 언어. C언어에서 객체지향형 언어로 발전하였습니다. ``` #include <iostream. h> main() { cout<<"Hello, World!"<<endl; return 0; } ``` #### C# 2000년 마이크로소프트가 개발한 객체 지향 프로그래밍 언어. ``` class HelloWorld { static void Main() { System. Console. WriteLine("Hello, World!"); } } ``` #### 자바 1991년 시작해 1995년 발표. 썬 마이크로시스템즈의 제임스 고슬링(James Gosling)과 다른 연구원들이 개발한 언어. ``` class HelloWorld { static public void main(String args[]) { System. out. println("Hello, World!"); } } ``` #### PHP 1995년 라스무스 러도프와 젠드 테크놀로지스에 의해 개발된 프로그래밍 언어의 일종. 처음에는 동적 웹 페이지를 만들기 위해 설계되었는데, 텍스트와 HTML 처리에 큰 강점이 있습니다. ``` <?php echo 'Hello, World!'; ?> ``` #### R 1993년 발표된 통계 계산과 그래픽을 위한 프로그래밍 언어. ``` cat("Hello, World!\n") ``` #### 자바스크립트 1995년 발표된 객체 기반의 스크립트 프로그래밍 언어. ``` <html> <body> <script language="JavaScript" type="text/javascript"> document. write('Hello, World!'); </script> </body> </html> ``` #### Go 2009년 구글이 개발한 프로그래밍 언어. ``` package main import "fmt" func main(){ fmt.Printf("Hello, World!\n") } ``` #### 어셈블리어 기계어와 일대일 대응이 되는 저급 언어. 저급 언어라는 건 그만큼 인간에게 불친절하고, 배우기 어렵다는 의미이기도 합니다. ``` adosseg .model small .stack 100h .data hello_message db 'Hello, World!',0dh,0ah,'$' .code main proc mov ax, @data mov ds, ax mov ah, 9 mov dx, offset hello_message int 21h mov ax, 4C00h int 21h main endp end main ``` #### 루비 1995년 마츠모토 유키히로라는 일본인에 의해 만들어진 언어. 상위 10위 프로그램에 소개되지는 않았으나 추가해봅니다. ``` puts "Hello, World!" ``` > 수정할 사항이나 추가하고 싶은 언어가 있으면 댓글 남겨주세요. #### 참고 세상을 만드는 글자, 코딩 [위키백과 - 어셈블리어](https://ko.wikipedia.org/wiki/%EC%96%B4%EC%85%88%EB%B8%94%EB%A6%AC%EC%96%B4)
author | yoon |
---|---|
permlink | coding-hello-world |
category | kr |
json_metadata | {"community":"busy","app":"steemit/0.1","format":"markdown","tags":["kr","kr-dev","busy","jjangjjangman","sndbox"],"users":["carrotcake"],"links":["https://ko.wikipedia.org/wiki/%EC%96%B4%EC%85%88%EB%B8%94%EB%A6%AC%EC%96%B4"],"image":["https://steemitimages.com/DQmW99L4W9PjZm3cibpqZx2TGMM4w2y16PHgWg9f6x5PoHA/yoon.png"]} |
created | 2018-11-11 10:45:51 |
last_update | 2018-11-12 06:25:27 |
depth | 0 |
children | 7 |
last_payout | 2018-11-18 10:45:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.175 HBD |
curator_payout_value | 2.239 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,116 |
author_reputation | 173,293,211,289,240 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,084,592 |
net_rshares | 10,838,536,314,401 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 129,498,592,395 | 0.6% | ||
kevinwong | 0 | 105,669,293,924 | 1.5% | ||
eric-boucher | 0 | 84,193,404,063 | 25% | ||
mrwang | 0 | 182,535,533 | 0.75% | ||
arconite | 0 | 385,808,909 | 0.75% | ||
ninjace | 0 | 4,506,944,030 | 50% | ||
shortcut | 0 | 18,461,022,219 | 10% | ||
steemeat | 0 | 202,481,116 | 100% | ||
minnowsunite | 0 | 201,389,661 | 100% | ||
treaphort | 0 | 110,955,536 | 4.12% | ||
kuri12 | 0 | 2,073,586,598 | 100% | ||
eforucom | 0 | 4,488,335,539 | 1.31% | ||
busy.pay | 0 | 761,984,956,948 | 3.66% | ||
golbang | 0 | 238,879,269,059 | 30% | ||
hansikhouse | 0 | 5,462,950,201 | 12.5% | ||
voronoi | 0 | 16,049,392,604 | 25% | ||
heymattsokol | 0 | 945,942,779 | 15% | ||
ejemai | 0 | 14,570,559,278 | 10% | ||
paolobeneforti | 0 | 16,852,594,581 | 15% | ||
silviabeneforti | 0 | 5,450,294,462 | 10% | ||
magical-salt | 0 | 13,869,872,147 | 42% | ||
alflo | 0 | 510,033,961 | 100% | ||
yoon | 0 | 196,180,231,872 | 100% | ||
hwan100 | 0 | 441,883,333,591 | 40% | ||
erb | 0 | 3,435,520,737 | 10% | ||
goldenman | 0 | 147,132,253,349 | 41% | ||
teachblogger | 0 | 541,477,193 | 5% | ||
kenan1989 | 0 | 3,352,418,321 | 50% | ||
toru | 0 | 556,739,354 | 100% | ||
leesol | 0 | 228,997,121,327 | 100% | ||
eurogee | 0 | 72,244,301 | 5% | ||
nukunit | 0 | 11,566,770,421 | 100% | ||
cryptastic | 0 | 2,627,997,204 | 10% | ||
luvabi | 0 | 3,648,478,167 | 12.5% | ||
world-travel-pro | 0 | 952,937,161 | 0.5% | ||
bitrocker2020 | 0 | 17,599,209,790 | 10% | ||
jkkim | 0 | 27,068,039 | 10% | ||
isaaclab | 0 | 6,917,903,311 | 100% | ||
tristan143 | 0 | 556,343,454 | 100% | ||
orcaquasar | 0 | 6,728,736,966 | 100% | ||
s292153s | 0 | 33,433,749,645 | 77% | ||
leesongyi | 0 | 241,717,884,954 | 100% | ||
asbear | 0 | 3,965,149,782 | 12.5% | ||
kemal13 | 0 | 2,264,639,389 | 30% | ||
bearone | 0 | 4,134,741,412 | 5% | ||
stylegold | 0 | 830,075,632 | 100% | ||
bree1042 | 0 | 33,617,088,229 | 30% | ||
reddragonfly | 0 | 3,618,505,739 | 20% | ||
asridsyaref | 0 | 253,499,562 | 10% | ||
howtostartablog | 0 | 9,466,599,168 | 40% | ||
beoped | 0 | 37,142,038,673 | 31% | ||
jayna | 0 | 1,509,411,545 | 3.75% | ||
faluthi01 | 0 | 240,489,269 | 25% | ||
daddylonglens | 0 | 548,081,577 | 100% | ||
heather2222 | 0 | 61,237,186 | 100% | ||
khaiyoui | 0 | 139,927,183,736 | 5% | ||
affiedalfayed | 0 | 552,100,619 | 5% | ||
carrotcake | 0 | 1,702,547,230 | 5% | ||
klynic | 0 | 274,127,671 | 5% | ||
coloringiship | 0 | 4,027,993,218 | 12.5% | ||
sndbox | 0 | 2,556,449,261,069 | 25% | ||
clarkgold | 0 | 35,078,581,060 | 100% | ||
bramd | 0 | 1,593,263,135,068 | 20% | ||
taukproung85 | 0 | 43,721,901 | 100% | ||
wildy | 0 | 253,474,093 | 50% | ||
wabangcute | 0 | 89,715,308,194 | 100% | ||
leemikyung | 0 | 288,764,805,344 | 12% | ||
mintvilla | 0 | 14,901,805,232 | 30% | ||
martibis | 0 | 264,710,293 | 7.5% | ||
leotrap | 0 | 1,848,791,903 | 2.5% | ||
minampusan | 0 | 157,326,522 | 100% | ||
somethingburger | 0 | 2,528,946,220 | 25% | ||
tanyaschutte | 0 | 149,784,361 | 3.75% | ||
steemitph | 0 | 16,557,492,819 | 25% | ||
yellowboy1010 | 0 | 37,658,051,259 | 100% | ||
bleyker | 0 | 168,873,334 | 50% | ||
sunshineyaya7 | 0 | 38,633,976,892 | 100% | ||
dayoung | 0 | 6,342,290,894 | 12.5% | ||
nurhayati | 0 | 239,373,419 | 0.75% | ||
markjason | 0 | 1,456,810,152 | 50% | ||
anna-mi | 0 | 765,091,223 | 25% | ||
krguidedog | 0 | 8,917,823,896 | 12.5% | ||
playitforward | 0 | 18,910,997,885 | 15% | ||
critic-on | 0 | 128,782,960 | 5% | ||
penauthor | 0 | 310,130,022 | 2.5% | ||
mrblinddraw | 0 | 6,499,297,159 | 45% | ||
animagic | 0 | 567,974,575 | 50% | ||
zord189 | 0 | 5,056,587,778 | 5% | ||
sam.hsuu | 0 | 858,482,855 | 5% | ||
pewuf | 0 | 5,552,311,694 | 100% | ||
nanastraybutt | 0 | 134,765,166 | 5% | ||
explorernations | 0 | 645,766,171 | 2.5% | ||
imaginedragon | 0 | 328,010,271 | 6.25% | ||
zenc | 0 | 92,038,120 | 25% | ||
yusifm | 0 | 82,995,303 | 25% | ||
alvinauh | 0 | 16,363,714,248 | 50% | ||
notimetospace | 0 | 661,558,219 | 5% | ||
smaeunabs | 0 | 2,295,638,487 | 25% | ||
jaff8 | 0 | 7,874,374,304 | 10% | ||
mdtipo | 0 | 162,308,235 | 50% | ||
scuzzy | 0 | 190,150,338 | 2.5% | ||
spectrums | 0 | 251,574,551 | 50% | ||
cheneats | 0 | 304,030,880 | 70% | ||
nairadaddy | 0 | 751,563,071 | 2.5% | ||
berkaytekinsen | 0 | 424,417,504 | 25% | ||
murad06 | 0 | 128,990,259 | 25% | ||
jeffbernst | 0 | 331,970,232 | 10% | ||
curazao | 0 | 54,758,797 | 50% | ||
sireh | 0 | 2,615,831,461 | 12.5% | ||
woolnami | 0 | 69,015,392,822 | 30% | ||
williams-owb | 0 | 76,492,974 | 12.5% | ||
aidnessanchez | 0 | 121,583,852 | 12.5% | ||
sagor5828 | 0 | 70,958,842 | 12.5% | ||
flashfiction | 0 | 860,216,089 | 25% | ||
asyrafahamed | 0 | 585,932,399 | 15% | ||
paragon99 | 0 | 382,561,513 | 25% | ||
rasamuel | 0 | 2,434,462,872 | 25% | ||
eeple | 0 | 6,018,983,836 | 100% | ||
jonnahmatias1016 | 0 | 123,039,005 | 25% | ||
qkr1066 | 0 | 15,554,444,646 | 100% | ||
imnotasenuelo | 0 | 71,181,249 | 25% | ||
eversloth | 0 | 53,199,064,161 | 25% | ||
decayboy | 0 | 342,485,988 | 100% | ||
fun2learn | 0 | 906,743,167 | 1.6% | ||
crypto3d | 0 | 5,703,426,797 | 25% | ||
rokyupjung | 0 | 74,603,765,226 | 25% | ||
gky | 0 | 101,919,955 | 25% | ||
adamzi | 0 | 970,901,082 | 12.5% | ||
silkroadgo | 0 | 147,269,997,310 | 30% | ||
muzige | 0 | 20,485,877 | 100% | ||
dennis76 | 0 | 2,215,537,108 | 100% | ||
warpedpoetic | 0 | 774,026,705 | 3.75% | ||
sndbox-alpha | 0 | 25,106,346,757 | 50% | ||
kyunga | 0 | 31,138,513,293 | 30% | ||
kaeo | 0 | 206,791,745 | 50% | ||
ameliabartlett | 0 | 601,583,756 | 3.75% | ||
rinbird | 0 | 209,238,121 | 50% | ||
joceo00 | 0 | 990,982,750,773 | 27% | ||
tailslide | 0 | 73,202,972 | 25% | ||
aimei | 0 | 89,450,737 | 25% | ||
antigenx | 0 | 225,152,931 | 25% | ||
medical-hall | 0 | 197,077,387 | 50% | ||
eightbitfiction | 0 | 73,261,896 | 25% | ||
mbadayee | 0 | 392,101,502 | 25% | ||
wanaf | 0 | 202,738,396 | 5% | ||
opsteemit | 0 | 11,902,636,041 | 100% | ||
lifediaries2nd | 0 | 112,002,776 | 25% | ||
dawa | 0 | 105,243,090 | 25% | ||
thegreatgatsby | 0 | 410,916,315,302 | 100% | ||
sanctuspierre | 0 | 103,042,916 | 25% | ||
ibez | 0 | 101,028,241 | 25% | ||
yungonkim | 0 | 82,438,879,940 | 46% | ||
anak123 | 0 | 100,902,170 | 12.5% | ||
kimkwanghwa | 0 | 4,801,268,621 | 100% | ||
sunstrip | 0 | 5,452,408 | 100% | ||
carloniere | 0 | 89,342,192 | 50% | ||
juned0292 | 0 | 71,829,655 | 25% | ||
katrina71 | 0 | 169,107,994 | 40% | ||
blockmountain | 0 | 160,125,454 | 25% | ||
occpresents | 0 | 912,088,248 | 37.5% | ||
tpvoter1 | 0 | 61,612,918 | 100% | ||
recordpool | 0 | 277,577,599 | 10% | ||
sigmund | 0 | 81,133,133 | 12.5% | ||
woolnyeo | 0 | 8,220,908,597 | 30% | ||
apteacher | 0 | 1,099,039,397 | 10% | ||
menerva | 0 | 93,139,446,370 | 100% | ||
share4every1 | 0 | 126,323,973 | 100% | ||
wisdomandjustice | 0 | 343,677,375,941 | 25% | ||
crazyluv | 0 | 134,477,410 | 25% | ||
kyle-event | 0 | 0 | 100% | ||
bogdasha | 0 | 323,185,412 | 10% | ||
jickirti | 0 | 73,238,102 | 25% | ||
anpigon | 0 | 32,852,267,757 | 100% | ||
digitaldreamer | 0 | 33,620,349 | 25% | ||
goldenturtle | 0 | 130,427,665 | 37.5% | ||
shahabudin | 0 | 162,556,005 | 50% | ||
rhampagoe | 0 | 2,364,886,661 | 2% | ||
lifekeys | 0 | 157,593,986 | 37.5% | ||
zam398 | 0 | 170,361,458 | 25% | ||
fauzan11 | 0 | 92,158,471 | 50% | ||
sarez | 0 | 856,167,736 | 12.5% | ||
kbaek81 | 0 | 114,102,230,831 | 100% | ||
hermanasquintero | 0 | 124,789,432 | 32% | ||
suonghuynh | 0 | 18,338,172,147 | 0.95% | ||
carpet.duck | 0 | 157,984,812 | 25% | ||
pairplay | 0 | 188,940,719,520 | 100% | ||
msjito | 0 | 87,543,465 | 25% | ||
nailyourhome | 0 | 967,017,734 | 1.6% | ||
karinquintero | 0 | 168,720,401 | 40% | ||
ikibaru-san | 0 | 294,785,113 | 50% | ||
blancoazx | 0 | 169,440,926 | 40% | ||
pairplay1 | 0 | 1,897,660,401 | 100% | ||
boyacun | 0 | 166,604,620 | 25% | ||
epicentrokaribe | 0 | 168,871,852 | 40% | ||
pairplay-en | 0 | 1,287,469 | 100% | ||
pairplay-en1 | 0 | 15,742,556 | 100% | ||
jyinvest | 0 | 628,814,943 | 1% | ||
ujhg1004 | 0 | 976,223,962 | 30% | ||
bluengel | 0 | 476,668,004 | 100% | ||
diyanti86 | 0 | 140,049,659 | 25% | ||
twotoedsloth | 0 | 14,639,473,668 | 25% | ||
raghao | 0 | 488,273,280 | 12.5% | ||
delegate4upvot | 0 | 1,000,421,771 | 1.6% | ||
merlin7 | 0 | 19,147,706,847 | 0.9% | ||
pemburubitcoin | 0 | 71,619,289 | 25% | ||
megaraz | 0 | 61,880,944 | 100% | ||
steem-ua | 0 | 256,668,883,996 | 2.09% | ||
bitok.xyz | 0 | 8,813,921,408 | 1% | ||
zzcd | 0 | 522,767,592 | 100% |
헉 어셈블리어 덜덜. 대학다닐 때 괜히 수업들었다가 gg쳤던 기억이..ㅠㅠ
author | eeple |
---|---|
permlink | re-yoon-coding-hello-world-20181113t002527494z |
category | kr |
json_metadata | {"tags":["kr"],"app":"steemit/0.1"} |
created | 2018-11-13 00:25:30 |
last_update | 2018-11-13 00:26:48 |
depth | 1 |
children | 2 |
last_payout | 2018-11-20 00:25:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 375,256,127,048 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,182,766 |
net_rshares | 0 |
어셈블리어를 배우시다니요. 대단하십니다.
author | yoon |
---|---|
permlink | re-eeple-re-yoon-coding-hello-world-20181115t123218900z |
category | kr |
json_metadata | {"tags":["kr"],"app":"steemit/0.1"} |
created | 2018-11-15 12:32:18 |
last_update | 2018-11-15 12:32:18 |
depth | 2 |
children | 1 |
last_payout | 2018-11-22 12:32:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 173,293,211,289,240 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,331,168 |
net_rshares | 7,918,440,355 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eeple | 0 | 7,918,440,355 | 100% |
예전에 수업을 들어봤지만 배운 것 아닙니다,,ㅎㅎㅎ (기억 포맷..ㅠㅠ)
author | eeple |
---|---|
permlink | re-yoon-re-eeple-re-yoon-coding-hello-world-20181118t073405392z |
category | kr |
json_metadata | {"tags":["kr"],"app":"steemit/0.1"} |
created | 2018-11-18 07:34:12 |
last_update | 2018-11-18 07:34:12 |
depth | 3 |
children | 0 |
last_payout | 2018-11-25 07:34:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 375,256,127,048 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,482,353 |
net_rshares | 0 |
헬로월드 ㅎ C+프로그래밍 시작 첫면에서 질리도록 봤던 단어네요
author | jyinvest |
---|---|
permlink | re-yoon-coding-hello-world-20181111t111028486z |
category | kr |
json_metadata | {"tags":["kr"],"app":"steemit/0.1"} |
created | 2018-11-11 11:10:30 |
last_update | 2018-11-11 11:10:30 |
depth | 1 |
children | 0 |
last_payout | 2018-11-18 11:10:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 25,687,578,009,800 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,085,606 |
net_rshares | 0 |
#### Hi @yoon! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your **UA** account score is currently 4.639 which ranks you at **#1611** across all Steem accounts. Your rank has improved 8 places in the last three days (old rank 1619). In our last Algorithmic Curation Round, consisting of 235 contributions, your post is ranked at **#140**. ##### Evaluation of your UA score: * Some people are already following you, keep going! * The readers like your work! * Try to improve on your user engagement! The more interesting interaction in the comments of your post, the better! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-coding-hello-world-20181111t212428z |
category | kr |
json_metadata | "{"app": "beem/0.20.9"}" |
created | 2018-11-11 21:24:30 |
last_update | 2018-11-11 21:24:30 |
depth | 1 |
children | 0 |
last_payout | 2018-11-18 21:24:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 717 |
author_reputation | 23,214,230,978,060 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,112,686 |
net_rshares | 0 |
헬로월드 공부하면서 가장 많이 듣는 단어들 중 하나죠 ㅎㅎ https://github.com/Hacktoberfest-2018/Hello-world 비슷한 레포지토리 예전에 본 적 있어요 !ㅎㅎ 거의 모든 언어들의 hello world가 있답니다
author | zzcd |
---|---|
permlink | re-yoon-coding-hello-world-20181112t164216530z |
category | kr |
json_metadata | {"tags":["kr"],"links":["https://github.com/Hacktoberfest-2018/Hello-world"],"app":"steemit/0.1"} |
created | 2018-11-12 16:42:15 |
last_update | 2018-11-12 16:42:15 |
depth | 1 |
children | 1 |
last_payout | 2018-11-19 16:42:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 6,526,780,501 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 75,161,994 |
net_rshares | 0 |
오오 여기 대박이네요. ㅎㅎ 감사합니다.
author | yoon |
---|---|
permlink | re-zzcd-re-yoon-coding-hello-world-20181115t123230390z |
category | kr |
json_metadata | {"tags":["kr"],"app":"steemit/0.1"} |
created | 2018-11-15 12:32:30 |
last_update | 2018-11-15 12:32:30 |
depth | 2 |
children | 0 |
last_payout | 2018-11-22 12:32:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 173,293,211,289,240 |
root_title | "[Coding] Hello, World!를 찍어보자" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 75,331,176 |
net_rshares | 0 |