learning-c-the-right-way

learning c

#include <stdio.h>
int main() 
{
  println( "Hello C! world!" );
  return 0;
}