Explorar el Código

再次停止跟踪测试文件是否会消失

JJL
JIU JIALIN hace 5 días
padre
commit
52e02abd8a
Se han modificado 1 ficheros con 0 adiciones y 28 borrados
  1. +0
    -28
      JJL.c

+ 0
- 28
JJL.c Ver fichero

@@ -1,28 +0,0 @@
#include "stdio.h"

int add(int a,int b)
{
return a + b;
}

int multiply(int a,int b)
{
return a * b;
}

int sub(int a,int b)
{
return a-b;
}

void my_printf(int a)
{
printf("\r\n\r\n%d\r\n\r\n",a);
}


int main()
{
printf("hello world!");
return 0;
}

Cargando…
Cancelar
Guardar