Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdlib.h>
void print_message()
{
printf("This is the print_message function!\nYou are welcome here!");
}
int main()
{