Initial commit step0
This commit is contained in:
4
step0/app.c
Normal file
4
step0/app.c
Normal file
@@ -0,0 +1,4 @@
|
||||
__attribute__((export_name("hello")))
|
||||
int hello() {
|
||||
return 4;
|
||||
}
|
||||
Reference in New Issue
Block a user