diff options
| author | daniel <daniel@planethacker.net> | 2025-05-06 16:57:32 -0700 |
|---|---|---|
| committer | daniel <daniel@planethacker.net> | 2025-05-06 16:57:32 -0700 |
| commit | 2278df1493e064c197913e49b5d1935942d83448 (patch) | |
| tree | 42f06ab2f76e2ddf228bafbb03f79621975a4534 /misc/evil.c | |
initial import
Diffstat (limited to 'misc/evil.c')
| -rw-r--r-- | misc/evil.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/evil.c b/misc/evil.c new file mode 100644 index 0000000..c3c4524 --- /dev/null +++ b/misc/evil.c @@ -0,0 +1,6 @@ +#include <stdio.h> + +int main() { + puts("this is a very evil program"); +} + |
