Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 312 Bytes

File metadata and controls

17 lines (11 loc) · 312 Bytes

Example Git repository

This repository shall explain the Git data model

Master

The master branch is the default branch, this is on default checked out when the repository is cloned

hello_world.c instructions

gcc -Wall hello_world.c -o hello ./hello