Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
/ uhtestone Public archive

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

A minimal C Hello World project.

Requirements

  • A C11-compatible compiler
  • GNU Make

Build

make

Run

make run

Expected output:

Hello, World!

Test

make test

Clean

make clean

Project structure

.
├── .github/       Continuous integration workflow
├── include/       Public headers
├── src/           Application source
├── tests/         Automated tests
├── Makefile       Build commands
└── README.md      Project overview

License

This project is available under the MIT License. See LICENSE.

About

Test github

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages