diff options
| author | agvxov | 2026-02-18 08:58:34 +0000 |
|---|---|---|
| committer | GitHub | 2026-02-18 08:58:34 +0000 |
| commit | 0d4fc3389b69b70048cd50e614cb9807469cdcd0 (patch) | |
| tree | 379fef43cc5182b21328eed19ccfdf15c8e96648 /test/test.c | |
| parent | 42541df62871aaf403c0d62de1fdb44c862f2ea5 (diff) | |
| parent | 8035daa04137c5412050a2f30e6748db256a576b (diff) | |
| download | libchad-0d4fc3389b69b70048cd50e614cb9807469cdcd0.tar.xz libchad-0d4fc3389b69b70048cd50e614cb9807469cdcd0.tar.zst | |
Merge pull request #1 from BasedProject/8e8m
This is not a pull request, just a hivis text dump
Diffstat (limited to 'test/test.c')
| -rw-r--r-- | test/test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c new file mode 100644 index 0000000..4f9df76 --- /dev/null +++ b/test/test.c @@ -0,0 +1,5 @@ +// @BAKE @CC -std=c23 ../object/libchad.a +#include "../chad.h" +int main () { + dictate ( "cogito ergo sum\n" ); +} |
