hello with make
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
Mert Gör 🇹🇷 2025-04-12 22:58:04 +03:00
parent 97d77a3ff6
commit 92130c44dc
Signed by: mertgor
GPG key ID: 03E547D043AB6C8F
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
int hello()
{
printf("Hello C Programming Language 2025 Examples");
printf("Hello C Programming Language 2025 Examples\n");
return 0;
}

View file

@ -3,14 +3,14 @@
#ifndef HEX_READ_SCANF_H
#define HEX_READ_SCANF_H
extern void hex_scan();
extern void hello();
#endif // HEX_READ_SCANF_H
int main()
{
hex_scan();
hello();
return 0;
}

BIN
main Executable file

Binary file not shown.