diff options
| author | anon | 2026-02-18 10:01:21 +0100 |
|---|---|---|
| committer | anon | 2026-02-18 10:01:21 +0100 |
| commit | 181baf15bc1f075cdf55b1bbe179c250148a2296 (patch) | |
| tree | e61fdc3c62eea874195a5c6f7d93c8b6cc6ebb24 /test/test.c | |
| parent | 4419754108de67c2f2e9e895449bdadc770502c6 (diff) | |
| parent | 0d4fc3389b69b70048cd50e614cb9807469cdcd0 (diff) | |
| download | libchad-181baf15bc1f075cdf55b1bbe179c250148a2296.tar.xz libchad-181baf15bc1f075cdf55b1bbe179c250148a2296.tar.zst | |
Merge branch 'master' of https://github.com/BasedProject/libchad
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" ); +} |
