changed syntax

This commit is contained in:
Luc Bijl 2023-01-11 17:56:56 +01:00
parent c39bb24c42
commit 5a771084c4
6 changed files with 0 additions and 0 deletions

View file

@ -1,8 +0,0 @@
#include <stdlib.h>
#include <stdio.h>
int main()
{
system("/bin/ups &");
return 0;
}