Skip to content

tylerhull/MyFirstGithubClassroomAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Welcome to ECE 373!

We'll be using Github classroom for homework throughout the term, so this is your chance to get farmiliar with how to access the classroom assignments, clone the repositories, and make commits!

Finishing the Tutorial

Since you found this link in the Getting Started with Github Classroom tutorial, there are only a few steps left to finish up.

  1. Clone this repo to your system
  2. Edit the Hello373.C program to include your name in the print statement
#include <stdio.h>
int main() {
 // printf() displays the string inside quotation
 printf("<YOUR NAME> says, Hello 373!!!");
 return 0;
}
  1. Commit your changes to the main branch of your repo!
  2. Push the changes, and check to make sure they show up.

Going Further

For more information on how to use Github, check out the guide and Github’s Youtube tutorial series!

https://guides.github.com/activities/hello-world/

https://www.youtube.com/channel/UCP7RrmoueENv9TZts3HXXtw

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages