Programming/Linux Coding

Ex03. hello_pat.c

푸어맨 2016. 2. 22. 14:56

# gcc -o hello_pat ./hello_pat.c
# hello_pat dog cat
number of animal : 2

Hello dog
Hello cat
#