index
:
LPC-Projet.git
master
Projet de Langages de Programmation et Compilation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
exec
/
hello.cpp
blob: 5c9f8ebd6d049b0b411123c3e4acea4607302362 (
plain
) (
blame
)
1
2
3
4
5
#include
<iostream>
int
main
()
{
std
::
cout
<<
"hello world
\n
"
;
}