diff options
| author | Jake Mannens <jakem_5@hotmail.com> | 2020-03-25 13:21:37 +1100 |
|---|---|---|
| committer | Jake Mannens <jakem_5@hotmail.com> | 2020-03-25 13:21:37 +1100 |
| commit | ddb2cfd8a74670382e61bad0b567f3d30e9aea70 (patch) | |
| tree | f3208f7ff10a187442c26a48a0d68c5b134ef7db /src/true.c | |
Diffstat (limited to 'src/true.c')
| -rw-r--r-- | src/true.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/true.c b/src/true.c new file mode 100644 index 0000000..5c2fa9b --- /dev/null +++ b/src/true.c @@ -0,0 +1,3 @@ +int main(int argc, char **argv) { + return 0; +} |
