Browse Source

prints hello world

master
Ian Piumarta 3 months ago
parent
commit
4d29bc0d60
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      test.txt

+ 3
- 3
test.txt View File

@ -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…
Cancel
Save