Add missing files
This commit is contained in:
11
tasks/tasks.c
Normal file
11
tasks/tasks.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "library.h"
|
||||
|
||||
int task2(void) {
|
||||
puts("Hello World from task 1\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int task1(void) {
|
||||
puts("Hello World from task 2\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user