Skip to content

Commit

Permalink
Update hello.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thoughtlessnerd authored Feb 1, 2024
1 parent 1cf9b5d commit 11604e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hello.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright 2024 Abhay
#include <iostream>
int main() {
int main()
{
std::cout << "hello world" << std::endl;

return 0;
}

0 comments on commit 11604e0

Please sign in to comment.