Skip to content

Ankitha2402/github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

This is my webpage

*- This is a bullet point

*- This is a bullet point


  • This is a bullet point

This code imports the 'even or odd'


'''Golang

package main import "fmt" func checkevenodd(number int)string{ if number%2 == 0{ return "even" } return "odd" } func main(){ fmt.println(checkevenodd(5)) fmt.println(checkevenodd(6)) } '''



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published