diff options
| author | Christian Cunningham <cc@local.lan> | 2025-03-02 18:25:26 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2025-03-02 18:25:26 -0800 |
| commit | 9e229153989b0cfc235c4b53637a8083e6056400 (patch) | |
| tree | f108bf1ef2bdbbe41eaf52f66c351846f656aaa8 /src | |
| parent | 1bcbd387e4087f4b401201a68f9d4c300c1d0c6b (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; } |
