All pastes #2128967 Raw Edit

teste

public text v1 · immutable
#2128967 ·published 2012-03-17 01:28 UTC
rendered paste body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">	<html 

xmlns="http://www.w3.org/1999/xhtml">		<head>			<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />			

<meta name="robots" content="noindex,follow" />			<meta name="robots" content="noarchive" />			<style>				

body { font-family: monospace; padding: 0; margin: 0; background: #eee; }				div.embedPastebin { background: #eee; border: 1px solid 

black; }				html.embedPBBody div.embedPastebin { border: none; }				div.embedPastebin div.embedFooter { 

background: #ccc; font-size: 100%; padding: 0px 6px; }				div.embedPastebin div.embedFooter a,				div.embedPastebin 

div.embedFooter a:visited { color: blue; }				div.embedPastebin div.embedFooter a:hover { color: red; }				

.noLines ol { list-style-type: none; padding-left: 0.5em; }				.embedPastebin{background-color:#F8F8F8;border:1px solid 

#ddd;font-size:12px;overflow:auto;margin: 0 0 0 0;padding:0 0 0 0;line-height:21px}				.embedPastebin div { line-height:21px; 

font-family:Consolas, Menlo, Monaco, Lucida Console,'Bitstream Vera Sans Mono','Courier',monospace; }				ol { margin:0; padding: 0 0 0 48px}	

			li.ln-xtra .de1, li.ln-xtra .de2 {background:#FFFF88;}.c .de1, .c .de2 { margin:0; padding: 0 5px; background:none; 

vertical-align:top;color:#000;border-left: 1px solid #ccc; margin: 0 0 0 -7px; position: relative; background: #ffffff;}.c  {color:#ACACAC;}.c .imp {font-weight: 

bold; color: red;}.c li, .c .li1 {background: #fff;}.c .ln {width:1px;text-align:right;margin:0;padding:0 2px;vertical-align:top;}.c .kw1 {color: #b1b100;}.c .kw2 

{color: #000000; font-weight: bold;}.c .kw3 {color: #000066;}.c .kw4 {color: #993333;}.c .co1 {color: #666666; font-style: italic;}.c .co2 {color: #339933;}.c 

.coMULTI {color: #808080; font-style: italic;}.c .es0 {color: #000099; font-weight: bold;}.c .es1 {color: #000099; font-weight: bold;}.c .es2 {color: #660099; 

font-weight: bold;}.c .es3 {color: #660099; font-weight: bold;}.c .es4 {color: #660099; font-weight: bold;}.c .es5 {color: #006699; font-weight: bold;}.c .br0 

{color: #009900;}.c .sy0 {color: #339933;}.c .st0 {color: #ff0000;}.c .nu0 {color: #0000dd;}.c .nu6 {color: #208080;}.c .nu8 {color: #208080;}.c .nu12 {color: 

#208080;}.c .nu16 {color:#800080;}.c .nu17 {color:#800080;}.c .nu18 {color:#800080;}.c .nu19 {color:#800080;}.c .me1 {color: #202020;}.c .me2 {color: #202020;}.c 

.ln-xtra, .c li.ln-xtra, .c div.ln-xtra {color:black;background:#FFFF88;}.c span.xtra { display:block; }			</style>		</head>		

<body>			<div class="c"><ol><li class="li1"><div class="de1"><span class="co2">#include &lt;stdio.h&gt;</span></div></li><li class="li2"><div 

class="de2">&nbsp;</div></li><li class="li1"><div class="de1"><span class="kw4">int</span> main<span class="br0">&#40;</span> <span class="kw4">int</span> 

argv<span class="sy0">,</span> <span class="kw4">char</span> <span class="sy0">*</span> argc<span class="br0">&#91;</span><span class="br0">&#93;</span> <span 

class="br0">&#41;</span></div></li><li class="li2"><div class="de2"><span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; 

&nbsp; <span class="kw3">printf</span><span class="br0">&#40;</span><span class="st0">&quot;Hello World!<span class="es1">\n</span>&quot;</span><span 

class="br0">&#41;</span><span class="sy0">;</span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">return</span> <span 

class="nu0">0</span><span class="sy0">;</span></div></li><li class="l