replace sherpa-v.py with sherpa-version.c

This commit is contained in:
everest 2022-02-17 14:12:50 +00:00 committed by GitHub
parent b6ddf4a41c
commit 49bcf79e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
sherpa-verison.c Normal file
View File

@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("Sherpa Terminal Emulator v1.0 // (C) 2022 Everest Linux Developers // This program comes with no warranty.");
return 0;
}