separate system-independent parts of volume(1)

This commit is contained in:
2022-08-21 16:16:25 -04:00
parent 01fee33d0f
commit daca2efe30
2 changed files with 38 additions and 71 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
int main(int argc, char *argv[]){
return argc > 1;
return !(argc > 1);
}