Skip to content

navyasingh9/CSCE155-C-Lab01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer Science I

Lab 01 - Getting Started

This project is a simple "Hello World" program written in C. To compile using gcc from the commnand line:

gcc hello.c

which produces an executable file named a.out, to execute it, type:

./a.out

This is a lab used in Computer Science I (CSCE 155E, CSCE 155H) in the Department of Computer Science & Engineering at the University of Nebraska-Lincoln.

About

CSCE155 Lab 01 using C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 98.6%
  • C 1.4%