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++
/
test
/
main.cpp
at
main
7 lines
90 B
view raw
wrap content
Diego A. Estrada Rivera
backup: 2024-12-19T19:48:45-04:00
1y ago
d000526f
1
#
include
<iostream>
2
3
int
main
(
)
{
4
long
double
f
;
5
std
:
:
cout
<
<
&
f
<
<
std
:
:
endl
;
6
}
7