Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-tushevg committed Sep 7, 2016
1 parent 00efc15 commit 8243a11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// main.c
// PASSFinder
//
// Created by Georgi Tushev on 07/09/16.
// Copyright © 2016 Scientific Computing. All rights reserved.
//

#include <stdio.h>

int main(int argc, const char * argv[]) {
// insert code here...
printf("Hello, World!\n");
return 0;
}

0 comments on commit 8243a11

Please sign in to comment.