~matiasb/+junk/othersnap

« back to all changes in this revision

Viewing changes to test.c

  • Committer: Matias Bordese
  • Date: 2017-03-31 15:33:10 UTC
  • Revision ID: matias.bordese@canonical.com-20170331153310-asqabv3xbb5kknac
Initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
 
2
 
 
3
int main(void)
 
4
{
 
5
  printf("Hello World");
 
6
 
 
7
  return 0;
 
8
}