Skip to content

Instantly share code, notes, and snippets.

@Jul10l1r4
Created December 23, 2018 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jul10l1r4/606185124a1275b96cea61fc9d481727 to your computer and use it in GitHub Desktop.
Save Jul10l1r4/606185124a1275b96cea61fc9d481727 to your computer and use it in GitHub Desktop.
Esse é um código de exemplo
void main ()
{
register char *text = "i'm speed\n";
write(0,text,10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment