mirror of
https://github.com/Lore09/Tesi-Magistrale.git
synced 2025-12-19 12:24:31 +00:00
main example
This commit is contained in:
10
wasm-container-runtime/src/main.c
Normal file
10
wasm-container-runtime/src/main.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
while (1)
|
||||
{
|
||||
printf("hello, world!\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user