Created
December 23, 2018 01:48
-
-
Save Jul10l1r4/606185124a1275b96cea61fc9d481727 to your computer and use it in GitHub Desktop.
Esse é um código de exemplo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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