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 11604e0 commit 90d2728
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hello.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright 2024 Abhay
#include <iostream>
int main()
{
int main() {
std::cout << "hello world" << std::endl;

return 0;
}

0 comments on commit 90d2728

Please sign in to comment.