mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Initial Commit
This commit is contained in:
commit
ad587d5aa2
5 changed files with 695 additions and 0 deletions
3
test/CMakeLists.txt
Normal file
3
test/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
add_executable(chiaki-test
|
||||
main.c)
|
8
test/main.c
Normal file
8
test/main.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Sleepy...\n");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue