diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-19 03:10:42 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-19 03:10:42 -0300 |
| commit | a38868de0918da3979d2f7115f9164c979a48346 (patch) | |
| tree | aa896f769c143457340b4b61d9b13e4521c23731 /main.c | |
Initial commit
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include <stdio.h> + +int main() { + printf("Hello, world!\n"); + return 0; +} |
