Skip to content

West-Computing-Club/project0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Project 0

Files for the zeroth project for WC3.

Instructions are incomplete

Instructions:

  1. Fork this repository.
  2. Open up a terminal and clone your copy of your repository with git.
  3. Create a new file called hello_world.c.
  4. Type the following:
#include <stdio.h>
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}
  1. hello_world.o and hello_world
  2. Enter in ./hello_world and "Hello, World!" should be outputed.
  3. Update the README file with your name.
  4. Stage, commit, and push your changes with git.

About

Assignment #0 for West Computing Club.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published