improve the release procedure

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 5ba7b31357
commit 34085fd96d
16 changed files with 310 additions and 241 deletions

6
baremetal/hello.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
puts("hello");
return 0;
}