Skip to content

Commit 4dbf797

Browse files
Address PR Feedback
* Revert main.cpp code to match the main branch * Update README.md to add contributor
1 parent 43bac59 commit 4dbf797

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ It's pretty simple actually:
139139
- [rafaeldelboni](https://github.com/rafaeldelboni) Rafael Delboni - contributor
140140
- [jason-cannon](https://github.com/jason-cannon) Jason Cannon - contributor
141141
- [return215](https://github.com/return215) Muhammad Hidayat - contributor
142+
- [Samuel Asher Rivello](https://github.com/SamuelAsherRivello) - contributor
143+
142144

143145
## Licence
144146

src/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <raylib-cpp.hpp>
2-
#include <iostream>
32

43
int main() {
54

@@ -12,9 +11,6 @@ int main() {
1211

1312
SetTargetFPS(60);
1413

15-
// Demostrate logging
16-
std::cout << "Hello World!" << std::endl;
17-
1814
// Main game loop
1915
while (!w.ShouldClose()) // Detect window close button or ESC key
2016
{

0 commit comments

Comments
 (0)