This website requires JavaScript.
Explore
Help
Sign In
xfarrow
/
lasd
mirror of
https://github.com/xfarrow/lasd.git
Watch
1
Star
0
Fork
You've already forked lasd
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
lasd
/
teoria
/
esempi_professore
/
examples
/
minimal
/
main.cpp
10 lines
105 B
C++
Raw
Permalink
Blame
History
#
include
<iostream>
using
namespace
std
;
int
main
(
)
{
cout
<
<
"
Hello world!
"
<
<
endl
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink