am stupid
This commit is contained in:
parent
760582df35
commit
70c61b2110
2 changed files with 4 additions and 1 deletions
1
main.go
1
main.go
|
@ -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
4
meow.jcsk
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
//this will always be true
|
||||||
|
"sisterKissed": true
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue