Skip to content
View narenaryan's full-sized avatar
๐Ÿ 
Dreaming Big
๐Ÿ 
Dreaming Big

Block or report narenaryan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
narenaryan/README.md

I speak to computers too ๐Ÿ‘‹

package main

import "fmt"

// I is about me
type I struct {
	am       string
	love     []string
	workWith []string
	aspire   string
}

func main() {
	me := I{
		am:       "Naren Arya",
		love:     []string{"Software", "Books", "Travel"},
		workWith: []string{"Python 3", "JavaScript ES6", "React", "Go", "AWS"},
		aspire:   "To make this world a better and safe place with technology",
	}
	fmt.Println(me)
}

Pinned Loading

  1. Vidura Vidura Public

    A beautiful and elegant chat GPT prompt management system

    HTML 88 15

  2. promptml promptml Public

    Prompt markup language (A.K.A PromptML) library is specially built for AI systems - from Vidura AI

    Python 29 2

  3. PacktPublishing/Hands-On-Restful-Web-services-with-Go PacktPublishing/Hands-On-Restful-Web-services-with-Go Public

    Hands-On Restful Web services with Go by Packt Publishing

    Go 107 73

  4. promptml-cli promptml-cli Public

    A CLI application to run Prompt Markup Language scripts

    Python 6