Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
emily
/
praat
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
7c045415d2
Ramas
Etiquetas
master
praat
/
main
/
helloWorld.cpp
helloWorld.cpp
87 B
Histórico
Raw
1
2
3
4
5
6
#include <stdio.h>
int main (int argc, char *argv []) {
printf ("Hello world.\n");
}