소스 검색

prints hello world

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

불러오는 중...
취소
저장