Find a file
2026-04-14 14:17:01 +02:00
.gitignore chore: 🎉 Initial commit 2025-10-05 14:51:35 +02:00
history.txt Fix stuff 2026-02-16 15:24:31 +01:00
main.c Fix stuff 2026-02-16 15:24:31 +01:00
makefile Rewrite C 2026-02-12 17:36:55 +01:00
README.md chore: 🎉 Initial commit 2025-10-05 14:51:35 +02:00

Assert checker

This is a simple assertion checker written in C.

Usage

  1. Download the code ( git clone https://github.com/Greensky-gs/assert-checker or via download )
  2. Compile the code ( using gcc : gcc main.exe -o assert-checker.exe for example )
  3. Run the program ( assert-checker.exe for instance, if you're on a windows CMD )
  4. Follow the prompts to enter your assertions and check the truth table

Contributors