Skip to content
Permalink
f0dea839b6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit f0dea83 Mar 26, 2019 History
1 contributor

Users who have contributed to this file

7 lines (6 sloc) 101 Bytes
//This is the starter code for lab0
#include <stdio.h>
int main()
{
printf("Hello world.\n");
}