Skip to content

Commit

Permalink
feat: Add ch (Aiden01#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillers1101 authored and Aiden01 committed Oct 7, 2018
1 parent 089541d commit 27d68d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hello-world.ch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <stdio.h>

int main()
{
printf("Hello, world\n");
return 0;
}

0 comments on commit 27d68d8

Please sign in to comment.