This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
cj
/
MicroTrader_Cpp20
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
add hello world
ajie0112
hai 2 meses
pai
088cb9d907
achega
adaa293e5c
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
2
1
test.cpp
+ 2
- 1
test.cpp
Ver ficheiro
@@ -1,4 +1,5 @@
int main(int argc, char** argv)
{
+ printf("hello world!\n");
return 0;
-}
+}