All pastes #371861 Raw Edit

Untitled

public text v1 · immutable
#371861 ·published 2007-02-25 18:36 UTC
rendered paste body
C:\DOCUME~1\IriX64>edit pretty.c

C:\DOCUME~1\IriX64>gcc pretty.c -o pretty.exe
pretty.c: In function 'main':
pretty.c:7: warning: incompatible implicit declaration of built-in function 'exi
t'
pretty.c:3: warning: return type of 'main' is not 'int'

C:\DOCUME~1\IriX64>pretty
Hello, you pretty world


C:\DOCUME~1\IriX64>