Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-learning

Install

git clone https://github.com/GidRadium/c-learning.git
cd c-learning

Build

cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
cmake --build build

Start

./build/Example-task/example_main

Formatting

find . -path ./build -prune -o -type f -name '*.[c|h]' -print | xargs clang-format-18 --style=file -i

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages