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

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;
}