Skip to content

Instantly share code, notes, and snippets.

@kylelk
Created August 31, 2013 22:01
Show Gist options
  • Save kylelk/6400908 to your computer and use it in GitHub Desktop.
Save kylelk/6400908 to your computer and use it in GitHub Desktop.
//
// hello1.c
//
//
// Created by Kyle on 8/31/13.
//
//
#include <stdio.h>
main()
{
printf("hello world\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment