This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
piumarta
/
subc
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
prints hello world
master
Ian Piumarta
пре 3 месеци
родитељ
5e35dae177
комит
4d29bc0d60
1 измењених фајлова
са
3 додато
и
3 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Откажи
Сачувај