Starting Point
This commit is contained in:
1
user/.gitignore
vendored
Normal file
1
user/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
# empty gitignore
|
||||
6
user/main.c
Normal file
6
user/main.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <user/main.h>
|
||||
#include <config.h>
|
||||
// This is just a placeholder
|
||||
void main(void *)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user