+ 6
int main() { write(1, "Hello World", strlen("Hello World")); return 0; } This could be one way of printing without using printf, sprintf, and all related functions.
2nd Jun 2019, 5:03 PM
blACk sh4d0w
blACk sh4d0w - avatar