From a38868de0918da3979d2f7115f9164c979a48346 Mon Sep 17 00:00:00 2001 From: Matheus Date: Sun, 19 Oct 2025 03:10:42 -0300 Subject: Initial commit --- main.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.c (limited to 'main.c') diff --git a/main.c b/main.c new file mode 100644 index 0000000..6cc468f --- /dev/null +++ b/main.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello, world!\n"); + return 0; +} -- cgit v1.2.3