Ver código fonte

add_four

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

+ 4
- 1
hello.c Ver arquivo

@@ -2,6 +2,9 @@

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

Carregando…
Cancelar
Salvar