Explorar el Código

prints hello world

master
Ian Piumarta hace 3 meses
padre
commit
4d29bc0d60
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      test.txt

+ 3
- 3
test.txt Ver fichero

@ -1,10 +1,10 @@
#!./main
// -*- C -*-
#include <stdio.h>
#include "myfile.c"
int main()
int main(int argc, char **argv)
{
printf("hello, world\n");
return 0;

Cargando…
Cancelar
Guardar