index
:
ING1-Workshops.git
main
Ateliers ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphs
/
cpp
/
hello_world
/
hello_world.cc
blob: f3ac0cf34b11a3cf54b8d4481bdfc77b87d60fbe (
plain
)
1
2
3
4
5
6
#include <iostream> int main() { std::cout << "Hello World!\n"; return 0; }