Skip to content

joaopaulonu/Hello-World.-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

👋 Hello World in C

Language Platform License Status


Hello World in C - CodeBlocks IDE

📄 Overview

This repository contains my first C program, a classic exercise that prints the message "Hello, World!" to the console.
It serves as an introduction to the C programming language, helping me understand its syntax, compilation process, and basic structure.

The program uses:

  • The standard input/output library stdio.h
  • The printf() function for terminal output

This simple project marks the beginning of my journey with C — a powerful and widely adopted language for developing operating systems, embedded software, games, and performance-critical applications.


🧰 Development Environment

  • IDE Used: Code::Blocks
    A lightweight and versatile integrated development environment tailored for C and C++ development.

🎯 Learning Objectives

  • Understand the basic structure of a C program
  • Learn how to include libraries and use functions
  • Practice compiling and running code in a C IDE
  • Build a foundation for more advanced programming concepts

▶️ How to Run

  1. Save the code as hello.c
  2. Compile using GCC:
    gcc hello.c -o hello
    

📬 Contact Me

About

This is a simple project that demonstrates the use of the C programming language to display the classic "Hello, World!" message on the console. It's my first exposure to the syntax and basic structure of a C program, using the printf() function from the stdio.h standard library.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages