Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 130 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 130 Bytes

learning-c-the-right-way

learning c

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