diff options
| author | Nataliia Brown <[email protected]> | 2024-01-10 00:19:20 -0800 |
|---|---|---|
| committer | Nataliia Brown <[email protected]> | 2024-01-10 00:19:20 -0800 |
| commit | 4b360f15d26bd1710721486c9a6fd6a249cd736a (patch) | |
| tree | 79dc4ab64426c702a56942b692fbdda39151571a | |
| parent | Update the header information (diff) | |
| download | hello-world-natabrown-4b360f15d26bd1710721486c9a6fd6a249cd736a.tar.xz hello-world-natabrown-4b360f15d26bd1710721486c9a6fd6a249cd736a.zip | |
Initial commit Ex.2
| -rw-r--r-- | Hello World/Hello World/Program.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Hello World/Hello World/Program.cpp b/Hello World/Hello World/Program.cpp index 8e86f10..de948ea 100644 --- a/Hello World/Hello World/Program.cpp +++ b/Hello World/Hello World/Program.cpp @@ -4,7 +4,11 @@ // Assignment: Inclass Exercise 1 + + + int main() { + return 0; }
\ No newline at end of file |