changed watch API to raw commands

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-25 15:57:04 +02:00
parent 95b2ab4662
commit 044a7ef2df
2 changed files with 12 additions and 0 deletions

View file

@ -4,3 +4,5 @@ int main() {
int a;
printf("hello, world!! %d\n", a);
}
int hello = 35;

View file

@ -0,0 +1,10 @@
#include <stdio.h>
int main() {
int a;
printf("hello, world!! %d\n", a);
}
int hello = 35;