am stupid

This commit is contained in:
amy 2024-10-07 15:25:04 +03:30
parent 760582df35
commit 70c61b2110
2 changed files with 4 additions and 1 deletions

View file

@ -14,7 +14,6 @@ func main() {
if info.Mode()&os.ModeCharDevice == 0 { if info.Mode()&os.ModeCharDevice == 0 {
guh, _ := io.ReadAll(os.Stdin) guh, _ := io.ReadAll(os.Stdin)
jsoninput = string(guh) jsoninput = string(guh)
print(jsoninput)
} else if len(os.Args) > 1 { } else if len(os.Args) > 1 {
penis, err := os.ReadFile(os.Args[1]) penis, err := os.ReadFile(os.Args[1])
if err != nil { if err != nil {

4
meow.jcsk Normal file
View file

@ -0,0 +1,4 @@
{
//this will always be true
"sisterKissed": true
}