summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2024-12-21 02:03:28 -0600
committer@syxhe <https://t.me/syxhe>2024-12-21 02:03:28 -0600
commitf7ded3958a7f3bea16e2c8be55f159f34a45ca61 (patch)
tree8190afb3c0ed8de0e0ea51a8178eea058a4b0179 /src/main.c
Initial Commit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..f07684d
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,7 @@
1#include <stdio.h>
2
3int main() {
4 printf("We do a little trolling it's called we do a little trolling\nGod help us all\n");
5
6 return 0;
7} \ No newline at end of file