This is my GitHub page. There are many like it, but this one is mine.
#!/bin/bash
if [[ -f I_LOVE_PROGRAMMING.txt ]]; then
echo 'Never stop learning!'
else
echo 'Hope it will never come to that'
fi
{
'projectEuler': true,
'picoCTF{tru3_lov3}': true,
'pythonChallenge': true,
'adventOfCode': true,
'sleepAt($desktop)': false
}
package main
import "fmt"
func main() {
myOtherInterests := []string{}
myOtherInterests = append(myOtherInterests, "Computer Science", "Martial Arts", "Gaming", "Anime")
fmt.Println(myOtherInterests)
}