Skip to content

Commit

Permalink
Create HELLO WORLD_UDAY.CPP
Browse files Browse the repository at this point in the history
  • Loading branch information
udayuvraj authored Dec 3, 2024
1 parent 80d3d7d commit 7a20c7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/HELLO WORLD_UDAY.CPP
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// LANGUAGE: C++
// AUTHOR: Merugu Uday
// GITHUB: https://github.com/udayuvraj

#include <bits/stdc++.h>
using namespace std;

int main() {
cout << "Hello World!"; // This will print Hello World , By the way I will contribute the standard, but just playing here!!
}

0 comments on commit 7a20c7f

Please sign in to comment.