MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-C-Programming-Course / main

Function main

Chapter 4/01_loop.c:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <stdio.h>
2
3int main(){
4 // Problem: Print Happy Birthday 1 Lakh times
5 printf("Happy Birthday!\n");
6 return 0;
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected