Skip to content

Commit

Permalink
little program for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinath Vadlamani committed Apr 23, 2012
1 parent 213ce3f commit 3711f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codingTests/cLang/hello.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#include <stdio.h>
int main(int argc, char **argv) { printf("hello world\n"); }

0 comments on commit 3711f27

Please sign in to comment.