This website works better with JavaScript.
Home
Explore
Help
Sign In
GJJ
/
HeteQuadrature
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
17
Commits
1
Branch
0
Tags
2.4 MiB
C++
99%
Python
1%
Tree:
01623b69e6
HeteQuadrature
/
main.cpp
8 lines
111 B
Raw
Blame
History
#
include
<iostream>
using
namespace
std
;
int
main
(
)
{
cout
<
<
"
Hello, World!
"
<
<
endl
;
return
0
;
}
Reference in new issue