Skip to content

Commit

Permalink
faet: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Feb 7, 2024
1 parent 652c060 commit 671515e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wasm/event-stubs/main.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#include <stdio.h>

int main(int argc, char *argv[]) {
// printf() displays the string inside quotation
printf("Hello, World!\n");
return 0;
}

0 comments on commit 671515e

Please sign in to comment.