aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-02 18:25:26 -0800
committerChristian Cunningham <cc@local.lan>2025-03-02 18:25:26 -0800
commit9e229153989b0cfc235c4b53637a8083e6056400 (patch)
treef108bf1ef2bdbbe41eaf52f66c351846f656aaa8 /src
parent1bcbd387e4087f4b401201a68f9d4c300c1d0c6b (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;
}