dongho / helloworld_without_stdlib.c
0 curtidas
0 bifurcações
1 arquivos
Última atividade 6 months ago
| 1 | int printf(const char* restrict, ...); |
| 2 | |
| 3 | int main() { |
| 4 | printf("hello world\n"); |
| 5 | } |
Próximo
Anterior