Ian Piumarta пре 3 месеци
родитељ
комит
4d29bc0d60
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      test.txt

+ 3
- 3
test.txt Прегледај датотеку

@ -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;

Loading…
Откажи
Сачувај