Kod: Markera allt
#include <stdio.h>
main () {
printf("Hi, my name is: ");
system("whoami");
printf("\n");
printf("Nice to meet you.\n");
}
Kod: Markera allt
christian@Server:~/Programming/C/hello_world$ ./hello2
<ditt kontonamn>
Hi, my name is:
Nice to meet you.
Kod: Markera allt
Hi, my man is <ditt kontonamn>
Nice to meet you