Implemented printf and friends
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
fputs("Hello, world!\n", stdout);
|
||||
printf("Hello, world!\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user