Ian Piumarta 3 месяцев назад
Родитель
Сommit
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;

Загрузка…
Отмена
Сохранить