#
#
# tells how to create programs

first_try: first_try.c
	cc first_try.c -o first_try
