Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
avesus committed Oct 21, 2014
1 parent 38d2446 commit 80f029d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
#include <stdio.h>

void foo()
{

}

int main(void)
{
foo();

printf("This program has been created remotely from my iPhone in vim via ssh on my Mac mini!\n");
return 0;
}

0 comments on commit 80f029d

Please sign in to comment.