index
:
project-spc
demo
loek/audio
loek/cleanup
loek/collision-system
loek/config
loek/doxygen
loek/hotfix
loek/replay
loek/savemgr
loek/scripts
loek/tests
loek/util
loek/wrap
master
poc/audio-miniaudio
poc/audio-soloud
poc/profiling
wouter/gameloop
24-25 b13 spc: minor project engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mwe
/
ecs-homemade
/
src
/
main.cpp
blob: f8b829c79ca9a864434d41b938f0e96752e52f79 (
plain
)
1
2
3
4
5
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Hello, world!"
<<
std
::
endl
;
}