Ver código fonte

add_nihao

master
wangxinyu 1 semana atrás
pai
commit
20bf8d7c8a
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      hello.c

+ 2
- 1
hello.c Ver arquivo

@@ -2,6 +2,7 @@

void main()
{
printf("hello world");
printf("nihao\n");
printf("helloworld");
return 0;
}

Carregando…
Cancelar
Salvar