Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 608497d

Browse files
pro1.c
fantastic
1 parent 297fd17 commit 608497d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pro1.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#include <stdio.h>
2+
#include <stdlib.h>
3+
4+
int main(int argc, char const *argv[]) {
5+
FILE *f;
6+
f=fopen("fan.java","w");
7+
fprintf(f,"import java.io.*;\n");
8+
fprintf(f, "\n\npublic class sanu\n{\n\tpublic static void main(String args[])\n\t{\n\t\tSystem.out.println(\"Hello this is fantastic\");\n\t}\n}");
9+
return 0;
10+
}

0 commit comments

Comments
 (0)