{"words":[["0",""],["450","SPEAKER 1:"],["900","Let's"],["1070","take"],["1220","a"],["1270","look"],["1420","at"],["1490","the"],["1570","simplest"],["2029","of"],["2170","programs"],["2650","and"],["2780","see."],["3280","I've"],["3460","already"],["3740","opened"],["3980","gedit"],["4270",""],["4560","and"],["4910","saved"],["5070","my"],["5260","file"],["5530",""],["5800","as"],["6150","hello"],["6620","zero.c."],["6890",""],["7160",""],["7525",""],["7890",""],["8300","Let's"],["8480","now"],["8600","recreate"],["8855",""],["9110","it."],["9340",""],["9750",""],["10160","Include"],["10530",""],["10900","standardio.h"],["11400",""],["11870",""],["12320",""],["12795",""],["13270","int"],["13710","main"],["14005",""],["14300",""],["14620","void"],["14910",""],["15200",""],["15600","open"],["15920","curly"],["16200","brace"],["16515",""],["16830","and,"],["17130","in"],["17260","advance,"],["17750","closed"],["18080","curly"],["18350","brace,"],["18625",""],["18900",""],["19270","then"],["19460","an"],["19580","indentation,"],["20045",""],["20510",""],["20880","printf,"],["21230",""],["21580",""],["21830","quote,"],["22260","unquote"],["22690",""],["23120","\"hello,"],["23390",""],["23660",""],["24010","world\""],["24265",""],["24520",""],["24790","backslash"],["25125",""],["25460","n"],["25950",""],["26190","close"],["26500",""],["26860",""],["27190","close"],["27570",""],["27950","parenthesis"],["28300",""],["28650",""],["29020","semicolon."],["29275",""],["29530",""],["29875",""],["30220","All"],["30320","right."],["30640","So"],["30790","what"],["30890","are"],["30960","the"],["31050","salient"],["31420","characteristics"],["31780",""],["32140","of"],["32229","this"],["32409","particular"],["32880","program?"],["33195","Well,"],["33510","let's"],["33760","start"],["33940","with"],["34080","line"],["34330","one."],["34750",""],["34980","In"],["35120","line"],["35400","one,"],["35840","we"],["35990","have"],["36490",""],["36700","a"],["36790","sharp"],["37270","include"],["37535",""],["37800","statement"],["38155",""],["38510","followed"],["38860","by"],["39090","standard"],["39580","io.h."],["40050",""],["40440",""],["40690","Well,"],["40900","sharp"],["41170","include"],["41610","simply"],["41930","tells"],["42350","the"],["42440","compiler"],["42745",""],["43050",""],["43280","go"],["43500","include"],["43825",""],["44150","the"],["44260","contents"],["44525",""],["44790","of"],["44870","the"],["44960","following"],["45370","file"],["45625",""],["45880","right"],["46290","there"],["46580","in"],["46670","my"],["46830","own"],["47020","file."],["47360",""],["47700","What"],["47930","file is"],["48330","that?"],["48830","Well,"],["48970","it's a"],["49050","file"],["49330","called"],["49550","standard"],["49960","io.h."],["50440",""],["50940","And"],["51110","inside"],["51430","of"],["51490","that"],["51750","file"],["52170","are"],["52480","so-called"],["52850","declarations"],["53275",""],["53700","of"],["53790","functions"],["54230","that"],["54330","we"],["54430","might"],["54650","find"],["54860","of"],["54950","interest."],["55255",""],["55560","In"],["55760","this"],["55990","case,"],["56460","printf"],["56765",""],["57070","happens"],["57530","to"],["57570","be"],["57690","the"],["57770","function"],["58035",""],["58300","that"],["58480","is"],["58740","declared"],["59215",""],["59690","in"],["59965",""],["60240","that"],["60460","separate"],["60830","file."],["61145",""],["61460",""],["61730","Now"],["61890","in line"],["62230","three,"],["62565",""],["62900",""],["63270","we"],["63430","have"],["63560","some"],["63720","additional,"],["63870","new"],["64250","syntax,"],["64570",""],["64890",""],["65160","int,"],["65425",""],["65690","main,"],["66120","void."],["66390",""],["66660",""],["66990","Well,"],["67390","int"],["67830","refers"],["68100",""],["68370","to"],["68590","the"],["69000","so-called"],["69380","return"],["69690",""],["70000","type"],["70420","of"],["70560","main,"],["71060","what"],["71340","value"],["71595",""],["71850","it"],["71940","returns."],["72340",""],["72740","For"],["72830","the"],["72920","most"],["73230","part,"],["73480","we"],["73570","can"],["73700","turn"],["73870","a"],["73910","blind"],["74250","eye"],["74420","to"],["74550","this"],["74750","for"],["74870","now."],["75190",""],["75420","But"],["75720",""],["76020","take"],["76300","on"],["76460","faith"],["76940","that"],["77190","main"],["77520","is"],["77820","by"],["77990","default"],["78340","and"],["78690","implicitly"],["79160",""],["79630","going"],["79910","to"],["80080","return,"],["80540",""],["81000","so"],["81060","to"],["81150","speak,"],["81490",""],["81700","a"],["81780","value"],["82140","of"],["82220","zero."],["82650","But"],["82910","more"],["83120","on"],["83200","that"],["83350","another"],["83630","time."],["83970",""],["84250",""],["84530","Meanwhile,"],["84910","the"],["85010","name"],["85300","of"],["85370","this"],["85600","function"],["86020","is,"],["86290","indeed,"],["86740","main."],["87130","And"],["87310","that's"],["87490","the"],["87570","default"],["88010","name"],["88240","for"],["88390","any"],["88550","program"],["89030","written"],["89290","in"],["89420","C."],["89900","And"],["89990","then"],["90140","finally,"],["90445",""],["90750","inside"],["91120","of"],["91200","the"],["91280","parentheses"],["91595",""],["91910","here,"],["92260","we"],["92370","have"],["92730","void,"],["93190","which"],["93420","simply"],["93740","says"],["94060","that"],["94210","this"],["94480","program"],["94980","takes"],["95310","no"],["95680",""],["96000","command"],["96240","line"],["96510","arguments."],["96860",""],["97210","But"],["97350","let's"],["97520","take"],["97690","a"],["97750","closer"],["98090","look"],["98250","at"],["98330","those"],["98590","another"],["98860","day,"],["99020","as"],["99160","well."],["99425",""],["99690",""],["100170","Finally,"],["100425",""],["100680","the"],["100770","most"],["101020","interesting"],["101490","line,"],["101690","of"],["101790","course,"],["102200","is"],["102340","line"],["102630","five."],["102885",""],["103140","And"],["103300","that's"],["103570","where"],["103720","we"],["103810","define"],["104100","the"],["104220","essence"],["104600","of"],["104690","this"],["104880","program,"],["105290","which"],["105460","is"],["105560","to"],["105660","print"],["106130","to"],["106230","the"],["106310","screen,"],["106590",""],["106870","that"],["107050","is,"],["107180","display"],["107495",""],["107810",""],["108100","hello"],["108390",""],["108680","world."],["108985",""],["109290",""],["109570","Printf"],["109885",""],["110200","is"],["110370","a"],["110430","function."],["110740",""],["111050","And"],["111210","again,"],["111450","that"],["111610","function"],["111940","is"],["112120","declared"],["112510",""],["112900","in"],["113030","that"],["113210","other"],["113430","file"],["113790","called"],["114030","standard"],["114430","io.h"],["114685",""],["114940",""],["115300","that"],["115550","someone"],["115800","else"],["116000","implemented"],["116335",""],["116670","long"],["116940","ago."],["117370",""],["117670","And"],["117880","printf"],["118360","appears"],["118820","to"],["118930","take"],["119210","one"],["119710","argument,"],["120060",""],["120410","so"],["120740","to"],["120830","speak."],["121260",""],["121530","Because"],["121805",""],["122080","there"],["122300","is"],["122490","a"],["122800","quoted"],["123135",""],["123470","string,"],["123825",""],["124180","a"],["124410","sequence"],["124790","of"],["124900","characters,"],["125310",""],["125720","in"],["126040","between"],["126540","that"],["126740","pair"],["127020","of"],["127090","parentheses,"],["127480",""],["127870","that"],["128039","implies"],["128304",""],["128570","that"],["128710","printf,"],["128960",""],["129070","indeed,"],["129410","does"],["129660","take"],["129960","one"],["130280","argument,"],["130540",""],["130800","and"],["130910","that"],["131090","argument"],["131510","is"],["131640","going"],["131820","to"],["131920","influence"],["132410","its"],["132540","behavior."],["132950",""],["133360","In"],["133410","this"],["133610","case,"],["134060","it's"],["134160","going"],["134360","to"],["134480","instruct"],["134880","printf"],["135205",""],["135530","exactly"],["135980","what"],["136245",""],["136510","to"],["136650","print"],["137070","on"],["137290","the"],["137360","screen."],["137800",""],["138110","The"],["138210","semicolon,"],["138520",""],["138830","meanwhile,"],["139250","at"],["139320","the"],["139400","end"],["139520","of"],["139570","this"],["139790","line"],["140140","simply"],["140470","says,"],["140900","that's"],["141220","it"],["141380","for"],["141490","this"],["141680","statement."],["142110","I'm"],["142330","all"],["142520","done."],["142790",""],["143030","The"],["143120","fact"],["143380","that"],["143530","on line"],["143880","six"],["144220","we"],["144320","have"],["144470","the"],["144570","closing"],["144970","curly"],["145280","brace"],["145580","means,"],["145840","indeed,"],["146280","this"],["146440","program"],["146810","is"],["146930","complete."],["147380",""],["147690","And"],["147840","there"],["147980","we"],["148070","have"],["148300","it,"],["148740","hello"],["149010",""],["149280","world."],["149580",""],["149880",""],["150180",""],["150480",""],["150780",""],["151080",""]],"paragraphs":[0,450,30220,61730,84530,100170,133360],"speakers":{"450":"SPEAKER 1"}}