tangled
alpha
login
or
join now
stau.space
/
omnium-gatherum
0
fork
atom
My omnium-gatherom of scripts and source code.
0
fork
atom
overview
issues
pulls
pipelines
omnium-gatherum
/
C++
/
test2
/
main.cpp
at
main
6 lines
81 B
view raw
wrap content
Sunglas
chore: update
2y ago
a66cf3d9
1
#
include
<iostream>
2
using
namespace
std
;
3
4
int
main
(
)
{
5
cout
<
<
6
+
4
<
<
endl
;
6
}