diff options
author | Christian C <cc@localhost> | 2025-03-02 18:25:26 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-02 18:25:26 -0800 |
commit | e412f3955ba4f4dc30b539d09d6db188d824b3e9 (patch) | |
tree | f108bf1ef2bdbbe41eaf52f66c351846f656aaa8 /src | |
parent | 95af2110c0f139cdfea49fa82358508f031f2ad8 (diff) |
Simplified building
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ int main() { + printf("Success!\n"); return 0; } |