Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gfx
LearnOpenGL
Commits
4ef5563b
Commit
4ef5563b
authored
Apr 10, 2022
by
Peter Faber
Browse files
Removed "hello world" message again
parent
60971304
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/1.getting_started/1.1.hello_window/hello_window.cpp
View file @
4ef5563b
...
...
@@ -12,7 +12,6 @@ const unsigned int SCR_HEIGHT = 600;
int
main
()
{
std
::
cout
<<
"Hello World"
<<
std
::
endl
;
// glfw: initialize and configure
// ------------------------------
glfwInit
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment