#=============================================================#
# ____ _ _ ____ _____ ____ #
# / ___| | | | _ \| ____/ ___| #
#| | | |_| | |_) | _|| | #
#| |___| _ | _ <| |__| |___ #
# \____|_| |_|_| \_\_____\____| #
# #
#Filename: README #
#Author: Justin Richardson #
#Version: 0.0.5 #
#=============================================================#
This is a demo project for getting started using GitHub
Requirements:
Linux: GCC compiler tool-chain
To compile, use the command on Linux: gcc -o bin/hello_world src/hello_world.c
To execute, use the command on Linux: bin/hello_world
#EoF