aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-02 18:25:26 -0800
committerChristian C <cc@localhost>2025-03-02 18:25:26 -0800
commite412f3955ba4f4dc30b539d09d6db188d824b3e9 (patch)
treef108bf1ef2bdbbe41eaf52f66c351846f656aaa8 /src
parent95af2110c0f139cdfea49fa82358508f031f2ad8 (diff)
Simplified building
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 136db02..e5f6d08 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,5 +3,6 @@
int main()
{
+ printf("Success!\n");
return 0;
}